-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (30 loc) · 890 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>Shiccup</title>
<link rel="icon" type="image" href="/icons/original_00188_.png">
<link rel="stylesheet" href="/styles.css">
<meta name="viewport" content="user-scalable=no">
</head>
<body>
<div id="column">
<div id="title">
<img id="header" src="/__00001.gif">
<div id="pair">
<h1>Shiccup</h1>
<h2>Content Creator, AI Experimenter</h2>
</div>
</div>
<div id="row">
<div id="pair">
<a href="https://cash.app/$shiccup"><img id="link" src="/icons/cashapp.png"></a>
<a href="https://cash.app/$shiccup">Cash App</a>
</div>
<div id="pair">
<a href="https://www.youtube.com/@shiccup"><img id="link" src="/icons/youtube.png"></a>
<a href="https://www.youtube.com/@shiccup">Youtube</a>
</div>
</div>
</div>
</body>
</html>