-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (32 loc) · 1.69 KB
/
index.html
File metadata and controls
38 lines (32 loc) · 1.69 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="activitypub guide">
<meta name="author" content="https://github.com/activitypubguide/guide/graphs/contributors">
<title>activitypub guide</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha256-Md8eaeo67OiouuXAi8t/Xpd8t2+IaJezATVTWbZqSOw=" crossorigin="anonymous" />
<link href="/css/custom.css" rel="stylesheet">
</head>
<body>
<main role="main">
<div class="alert alert-warning font-weight-bold text-dark mb-0">
<div class="container slim text-center">WIP - This guide is not finished yet!</div>
</div>
<div class="jumbotron jumbotron-fluid bg-warning text-dark">
<div class="container slim text-center">
<h1 class="display-4 font-weight-bold">ActivityPub Guide</h1>
<p class="lead">An Unofficial Guide to ActivityPub</p>
</div>
</div>
<div class="container">
<div class="p-5 text-center">
<p class="display-4">No content yet, please try again later</p>
</div>
</div>
</main>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.1/js/bootstrap.bundle.min.js" integrity="sha256-ko+X8xDY92jF49Uh47HOLP8Vb5zGDF0J+tdy9KLEP1I=" crossorigin="anonymous"></script>
<script defer src="https://use.fontawesome.com/releases/v5.1.0/js/all.js" integrity="sha384-3LK/3kTpDE/Pkp8gTNp2gR/2gOiwQ6QaO7Td0zV76UFJVhqLl4Vl3KL1We6q6wR9" crossorigin="anonymous"></script>
</body>
</html>