forked from Shibe/httpdoges
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (31 loc) · 946 Bytes
/
index.html
File metadata and controls
34 lines (31 loc) · 946 Bytes
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="assets/style/style.css">
<link rel="shortcut icon" href="assets/images/logo.ico">
</head>
<body>
<header>
<div><img src="assets/images/logo.png" class="logo" /></div>
<div>HTTP Doge</div>
</header>
<div class="usage">
<span>Usage:</span>
<code>
<span class="actual-link">https://dogehttp.codes/[status_code]</span>
<button id="copy-link-button"><img src="assets/images/copy.svg" /></button>
</code>
</div>
<main>
</main>
<footer>
<div>
Powered by <a href="https://github.com/dogescript/dogescript">dogescript</a>
</div>
<div>
Developed by <a href="https://github.com/Jmaasy">Jmaasy</a> & <a href="https://github.com/Shibe">Shibe</a>
</div>
</footer>
<script src="assets/js/index.js"></script>
</body>
</html>