-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
44 lines (35 loc) · 1.25 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Explore - Beaker Browser</title>
<link rel="shortcut icon" href="">
<meta name="author" content="Tara Vancil">
<meta name="description" content="Explore websites, apps, games, and more on the peer-to-peer Web with Beaker">
<!-- open graph -->
<meta property="og:title" content="">
<meta property="og:description" content="Explore websites, apps, games, and more on the peer-to-peer Web with Beaker">
<meta property="og:image" content="">
<!-- css -->
<link rel="stylesheet" href="css/index.css">
</head>
<body>
<div class="container">
<h1>Explore</h1>
<p class="big-text">
Explore websites, apps, ideas, and more on the peer-to-peer Web.
</p>
<div class="categories-container flex">
<div class="categories"></div>
<button class="categories-show-all link hidden">Show all</button>
</div>
<main role="main" class="entries-list grid grid--200">
<div class="loading big-text grid-column--4">
Loading
<span class="spinner" aria-hidden="true"></span>
</div>
</main>
</div>
<script src="/js/index.js" type="module"></script>
</body>
</html>