-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (53 loc) · 1.72 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="description" content="This website allows you to manage git repository links into the STEEM Blockchain" />
<meta name="author" content="Someguy123" />
<title>Git Steem</title>
<style type="text/css">
.tbrecord td {
text-align: center;
}
#loading-overlay {
display: none;
position: absolute;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.4);
}
#loading-overlay .load {
position: absolute;
top: 50%;
left: 50%;
}
</style>
<link rel="stylesheet" href="https://cdn.rawgit.com/doximity/vital/v1.2.0/dist/css/vital.min.css">
<link rel="stylesheet" href="https://cdn.rawgit.com/jaredreich/notie/master/dist/notie.css">
</head>
<body>
<noscript>Please turn on JS!</noscript>
<div id="loading-overlay">
<span class="load large"></span>
</div>
<div class="row">
<div class="section">
<div id="container">Loading JS...</div>
</div>
</div>
<div class="row">
<div class="section">
<div class="footer">
<p>
This site is ran by <a href="https://steemit.com/@someguy123" target="_BLANK">@Someguy123</a>
<span style="float:right">
<a href="https://github.com/someguy123/git-steem-web" target="_BLANK">Open Source (Github)</a>
</span>
</p>
</div>
</div>
</div>
<script src="/js/steemjs-lib.min.js"></script>
<script src="/js/production.js"></script>
</body>
</html>