milky-way/ui/index.html

32 lines
598 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Space</title>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<nav id="nav">
<button>[home]</button>
<button>[prev]</button>
<button>[next]</button>
<input type="" name="">
<button>[refresh]</button>
</nav>
<section id="bookmarks">
bookmarkks
</section>
<section id="browser">
browser
</section>
<footer id="footer">
Size: 12kb
</footer>
<script type="text/javascript" src="browser.js"></script>
</body>
</html>