-
Notifications
You must be signed in to change notification settings - Fork 0
/
about-website.html
48 lines (41 loc) · 1.59 KB
/
about-website.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
44
45
46
47
48
<!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">
<title>ben's corner - about</title>
<!--css-->
<link rel="stylesheet" href="assets/css/style.css">
</head>
<ul style="padding-top: 5px; padding-left: 5px;">
<li>
<a href="index.html"><u>home</u></a>
</li>
<li>
<a href="about.html">about</a>
</li>
<li>
<a href="hobbies.html"><u>hobbies</u></a>
</li>
<li>
<a href="links.html"><u>links</u></a>
</li>
<li>
<a href="hosting.html"><u>hosting</u></a>
</li>
</ul>
<body>
<div class="wrapper">
<h1 class="eryn-cloud-text">about this website.</h1>
<a>
<p>
This website was made with <a class="red"><3</a> and possible thanks to: <br>
- <a href="https://git.tar.black/nick"><u>nick</u></a> and <a href="https://github.com/ibzann"><u>ibzan</u></a> for the template of the website. <br>
- <a href="https://github.com/hericiumvevo"><u>eryn</u></a> for the hosting posibilities over on <a href="https://blahaj.land/landing/"><u>eryn.cloud</u></a>. <br>
- <a href="https://github.com/bengiv"><u>myself</u></a> for changing everything to how it is now.
</p>
</a>
</div>
</body>
</html>