-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
41 lines (38 loc) · 1.46 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
<!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="">
<title>gbf.wiki – Starter Template Bookmarklets</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha256-L/W5Wfqfa0sdBNIKN9cG6QA5F2qx4qICmU2VgLruv9Y=" crossorigin="anonymous" />
<style>
html, body, .container {
width: 100%;
height: 100%;
}
.jumbotron {
width: 100%;
}
</style>
</head>
<body>
<div class="container d-flex align-items-center">
<div class="jumbotron">
<h2>Starter Template Bookmarklets</h2>
<p class="lead">Drag the following buttons to your bookmarks bar to save it as a bookmarklet: </p>
<div class="d-flex justify-content-around pt-4">
<a class="btn btn-lg btn-primary" href="#character" role="button">Character Template</a>
<a class="btn btn-lg btn-primary" href="#weapon" role="button">Weapon Template</a>
<a class="btn btn-lg btn-primary" href="#summon" role="button">Summon Template</a>
<a class="btn btn-lg btn-primary" href="#raid" role="button">BattleAction Template</a>
</div>
</div>
</div>
</body>
</html>
<!-- Generated at #date -->