-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (61 loc) · 3.13 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
60
61
62
63
64
65
66
<!--
The ASCII art in the header is ANSI SHADOW generated using https://www.asciiart.eu/text-to-ascii-art
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>musings.wtf</title>
<link rel="stylesheet" href="style.css">
<!-- Vercel Analytics Script -->
<script>
window.va = window.va || function () { (window.vaq = window.vaq || []).push(arguments); };
</script>
<script defer src="/_vercel/insights/script.js"></script>
</head>
<body>
<div id="header">
<pre class="rainbow-text">
███╗ ███╗██╗ ██╗███████╗██╗███╗ ██╗ ██████╗ ███████╗ ██╗ ██╗████████╗███████╗
████╗ ████║██║ ██║██╔════╝██║████╗ ██║██╔════╝ ██╔════╝ ██║ ██║╚══██╔══╝██╔════╝
██╔████╔██║██║ ██║███████╗██║██╔██╗ ██║██║ ███╗███████╗ ██║ █╗ ██║ ██║ █████╗
██║╚██╔╝██║██║ ██║╚════██║██║██║╚██╗██║██║ ██║╚════██║ ██║███╗██║ ██║ ██╔══╝
██║ ╚═╝ ██║╚██████╔╝███████║██║██║ ╚████║╚██████╔╝███████║██╗╚███╔███╔╝ ██║ ██║
╚═╝ ╚═╝ ╚═════╝ ╚══════╝╚═╝╚═╝ ╚═══╝ ╚═════╝ ╚══════╝╚═╝ ╚══╝╚══╝ ╚═╝ ╚═╝
a blog by teddy
Source: https://github.com/teddyjfpender/musings-wtf
</pre>
</div>
<div id="head">
<p>
<a href="./index.html">Home</a> |
<a href="./digital-dealings/conversations.html">Digital Dealings</a> |
<a href="./starkhub/dashboard.html">StarkHub</a>
</p>
</div>
<div id="table-container">
<table>
<thead>
<tr>
<th>DATE</th>
<th>TITLE</th>
<th>DESCRIPTION</th>
</tr>
</thead>
<tbody>
<!-- Rows will be populated by script.js -->
</tbody>
</table>
</div>
<div id="footer">
<p>Connect with me:</p>
<p>
<a href="https://github.com/teddyjfpender">GitHub</a> |
<a href="https://twitter.com/franklyteddy">Twitter</a> |
<a href="https://www.linkedin.com/in/theodorejfp/">LinkedIn</a>
</p>
</div>
<script src="script.js"></script>
</body>
</html>