-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtop.html
executable file
·44 lines (37 loc) · 1.09 KB
/
top.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>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<meta name="robots" content="noindex,follow">
<title>Joe - Example Browser</title>
<style type="text/css">
body {
background-color: #0F1923;
color: white;
padding: 3px 10px;
font-family: sans-serif;
}
h1 {
margin-top: 8px;
font-size: 1.4em;
}
a {
text-decoration: none;
color: white;
}
#ghButton {
float: right;
}
</style>
</head>
<body>
<h1>
<a href="index.html" target="_top">josephcrandall.com</a>
<!-- Place this tag where you want the button to render. -->
<a class="github-button" href="https://github.com/josephcrandall44" data-count-href="/josephcrandall44/followers" data-count-api="/users/josephcrandall44#followers" data-count-aria-label="# followers on GitHub" aria-label="Follow @josephcrandall44 on GitHub">Follow @josephcrandall44</a>
<!-- Not working, check this. -->
</h1>
<!-- Place this tag right after the last button or just before your close body tag. -->
<script async defer id="github-bjs" src="https://buttons.github.io/buttons.js"></script>
</body>
</html>