-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (26 loc) · 987 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="main.css">
<title>Links</title>
</head>
<body>
<div class="maintitle">
<h1 class="title">
Will's Project's
</h1>
</div>
<div class="links">
<ul class="listun">
<li class="rememberthat"><a href="https://www.willsprojects.ml/">Willsprojects</a></li>
<li class="loruki"><a href="https://www.will.tk/">Wills.tk</a></li>
<li class="linediv">-----------------------------------------------------------------------------</li>
<li class="info"><h2>Click on the name to go to them :)</h2></li>
<li class="github"><a href="https://github.com/P4R4D0XSHADO?tab=repositories">My Github With source code</a></li>
</ul>
</div>
</body>
</html>