hype/index.html

42 lines
1.4 KiB
HTML
Raw Normal View History

2020-02-04 15:56:40 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Bootleg</title>
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/css/all.css">
<link rel="stylesheet" href="bootleg.css">
</head>
<body>
<div class="container">
<header>
<nav class="nav content row">
<div>
<a class="content" href=""><strong>[H]YPE</strong></a>
<a href="">new</a> |
<a href="">past</a> |
<a href="">comments</a> |
<a href="">ask</a> |
<a href="">show</a> |
<a href="">jobs</a> |
<button>
<i class="fa fa-check"></i>
submit
</button>
</div>
<a class="content right" href="">login</a>
</nav>
</header>
<div class="content">
<news-summary item="{}"></news-summary>
</div>
<footer>
</footer>
<script src="components/news-summary.js"></script>
</div>
</body>
</html>