added basic html5 template

This commit is contained in:
sqozz 2015-01-28 10:17:02 +01:00
commit 609453e6d0
1 changed files with 11 additions and 0 deletions

11
Web/basicHTML5.html Normal file
View File

@ -0,0 +1,11 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>TITLE</title>
<!-- <link rel="stylesheet" href="css/style.css"> -->
</head>
<body>
<!-- <script src="js/scripts.js"></script> -->
</body>
</html>