Init 🌌
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
@@ -0,0 +1,31 @@
|
||||
<!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>
|
||||
@@ -0,0 +1,3 @@
|
||||
:root {
|
||||
/**/
|
||||
}
|
||||
Reference in New Issue
Block a user