-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (32 loc) · 880 Bytes
/
index.html
File metadata and controls
41 lines (32 loc) · 880 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<title>hi :3</title>
<style>
hr.solid {
border-top: 3px solid #bbb;
}
</style>
<link rel="stylesheet" href="css/7.css">
</head>
<body>
<div>
<h1>
hiiii
</h1>
<p>
welcome to this site which i have to actually work on because i didn't think about making something before signing up on this site
</p>
<p>
<a href="./test.html">the test zone</a>
</p>
</div>
<hr class="solid">
<div>
<a href="https://nekoweb.org/"><img src="https://nekoweb.org/assets/buttons/button1.gif"></a> <!-- button by neconotneko.nekoweb.org -->
<img src="./assets/riv.png">
</div>
</body>
</html>