blob: e89ddb0be8afe2626f7194f4b1841fd4e2962ef8 (
plain)
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
|
<!DOCTYPE html>
<html lang = "en">
<head>
<meta charset="UTF-8">
<meta name="description" content="Under Construction!">
<link rel="stylesheet" href="/beauty.css">
<link rel="icon" href="icon.png" type="image/png">
<title>
Twoexem
</title>
</head>
<body>
<header>
<h1>This is a test page.</h1>
</header>
<hr>
<main>
This is a bit of text.
<br>
I can write some funny stuff here.
<br>
Time for an image grid!
<br>
<div class="grid">
<div class="image">
<a href=/resources/testing/tempimages/imm000_2.jpg>
<img src=/resources/testing/tempimages/imm000_2.jpg>
</a>
</div>
<div class="image">
<a href=/resources/testing/tempimages/imm001_3.jpg>
<img src=/resources/testing/tempimages/imm001_3.jpg>
</a>
</div>
<div class="image">
<a href=/resources/testing/tempimages/imm002_4.jpg>
<img src=/resources/testing/tempimages/imm002_4.jpg>
</a>
</div>
<div class="image">
<a href=/resources/testing/tempimages/imm003_5.jpg>
<img src=/resources/testing/tempimages/imm003_5.jpg>
</a>
</div>
</div>
<br>
This works really well woooowowoyeah
<br><br>
</main>
</body>
</html>
|