-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathindex.html
23 lines (23 loc) · 1.12 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
<!DOCTYPE html>
<html>
<head>
<title>Enoki Panel</title>
<meta charset="utf8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="An experimental tool for self-publishing on the peer-to-peer web">
<meta property="og:title" content="Enoki Panel">
<meta name="twitter:title" content="Enoki Panel">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image">
<meta property="og:url" content="https://panel.enoki.site">
<meta name="twitter:description" content="An experimental tool for self-publishing on the peer-to-peer web">
<meta property="og:description" content="An experimental tool for self-publishing on the peer-to-peer web">
<meta name="twitter:image" content="https://panel.enoki.site/assets/meta.jpg">
<meta property="og:image" content="https://panel.enoki.site/assets/meta.jpg">
<link rel="stylesheet" href="/bundles/bootstrap/bootstrap.css">
</head>
<body>
<div class="bootstrap-load"></div>
<script src="/bundles/bootstrap/bootstrap.js"></script>
</body>
</html>