Frontend Development

A Basic HTML5 Template For Any Project

Submitted by Pandora, , Thread ID: 21460

Thread Closed

RE: A Basic HTML5 Template For Any Project

#21
Lets start simple, with a bare-bones HTML5 page
with the code

<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->

has to be :

<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<![endif]-->

Users browsing this thread: 17 Guest(s)