-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (25 loc) · 872 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
31
32
<html>
<head>
<title>
Chronic-Draws.com -- It's that simple!
</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="title"></div>
<div class="main">
<div class="column">
<img src="http://chronicsartlair.com/characters/akemi.png" alt="blargh" />
</div>
<div class="column">
<img src="http://chronicsartlair.com/characters/andromeda.png" alt="blargh" />
</div>
<div class="column">
<img src="http://chronicsartlair.com/characters/asalian.png" alt="blargh" />
</div>
<div class="column">
<img src="http://chronicsartlair.com/characters/anahi.png"" alt="blargh" />
</div>
</div>
</body>
</html>