Initial commit
This commit is contained in:
commit
21a2b3bf65
3 changed files with 21 additions and 0 deletions
21
index.html
Normal file
21
index.html
Normal file
|
@ -0,0 +1,21 @@
|
|||
<!DOCTYPE <!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible">
|
||||
<title>Page Title</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="main.css" />
|
||||
<script src="main.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<nav>
|
||||
<ul>
|
||||
<p>bla</p>
|
||||
</ul>
|
||||
</nav>
|
||||
</body>
|
||||
|
||||
</html>
|
0
main.css
Normal file
0
main.css
Normal file
0
main.js
Normal file
0
main.js
Normal file
Loading…
Reference in a new issue