-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
43 lines (36 loc) · 1.1 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
<!doctype html>
<html>
<head>
<link rel="stylesheet" type='text/css' href="index.css">
</head>
<body style="margin:0">
<div id="flexContainer">
<div id="whoContainsTheContainer">
<div id="container">
<div id="left">
<div class="titleContainer">
Blot
</div>
<div class="imgContainer">
<a href="blot.html"><img src="../samples/blot.jpg"></a>
</div>
</div>
<div id="middle">
<div id="slash">
</div>
<div id="noimage">
</div>
</div>
<div id="right">
<div class="titleContainer">
Painting
</div>
<div class="imgContainer">
<a href="painting.html"><img src="../samples/painting.jpg"></a>
</div>
</div>
</div>
</div>
</div>
</body>
</html>