-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathindex.html
33 lines (33 loc) · 1.06 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>SDM_0's Websites</title>
<meta name="description" content="Collection of websites made by SDM_0">
<meta name="author" content="SDM_0">
<link rel='stylesheet' type='text/css' media='screen' href='main.css'>
</head>
<body>
<h1>SDM_0's Websites</h1>
<div id="imgs">
<ul>
<li>
<a class="img" href="https://sdm0.github.io/hellmaker/" title="Helltaker custom text maker">
<img src="img1.png"/>
</a>
</li>
<li>
<a class="img" href="https://sdm0.github.io/showdown/" title="Infinite Fusion's showdown calculator">
<img src="img2.png"/>
</a>
</li>
<li>
<a class="img" href="https://sdm0.github.io/tboi-ccm/" title="The Binding of Isaac custom challenge maker">
<img src="img3.png"/>
</a>
</li>
</ul>
</div>
</body>
<script src='main.js'></script>
</html>