added basic html5 template
This commit is contained in:
commit
609453e6d0
11
Web/basicHTML5.html
Normal file
11
Web/basicHTML5.html
Normal 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>
|
Loading…
Reference in a new issue