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

skyraceryt
Junior Member
Level:
0
Reputation:
0
Posts:
61
Likes:
4
Credits:
17
31-12-2017, 05:46 PM
#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: 1 Guest(s)