WME/index.html

25 lines
609 B
HTML
Raw Normal View History

2018-10-16 09:05:02 +00:00
<!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">
2018-10-16 12:26:27 +00:00
<link rel="stylesheet" type="text/css" media="screen" href="css/reset.css" />
2018-10-17 16:20:59 +00:00
<link rel="stylesheet" type="text/css" media="screen" href="css/main.css" />
2018-10-16 09:05:02 +00:00
<script src="main.js"></script>
</head>
<body>
2018-10-17 16:20:59 +00:00
<nav class="topnav">
2018-10-16 09:05:02 +00:00
<ul>
2018-10-17 16:20:59 +00:00
<p>First</p>
<p>Second</p>
<p>Third</p>
<p>Fourth</p>
2018-10-16 09:05:02 +00:00
</ul>
</nav>
</body>
</html>