-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
37 lines (35 loc) 路 1.74 KB
/
Copy pathabout.html
File metadata and controls
37 lines (35 loc) 路 1.74 KB
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
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="images/dog.png">
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap" rel="stylesheet">
<title> FluffyLand </title>
</head>
<body>
<header>
<h1 id="headtext" onclick="location.href = 'index.html';" aria-label="Click here to return to the home page." title="Click here to return to the home page."> FluffyLand </h1>
</header>
<div class="main">
<p> This website is made by <span id="noxlynu">NoxlynU</span> and <span id="needenk">Needenk</span>! We are furries that enjoy coding stuff for fun. </p>
<br/>
<h3 id="noxlynu"> NoxlynU </h3>
<img src="images/noxlynu.png" class="responsive" height="15%" width="10%">
<p class="img_credits"> Artwork made by NoxlynU! </p>
<p> I love video games, especially rhythm games, programming, nature and wolves, of course! </p>
</br>
<h3 id="needenk"> Needenk </h3>
<img src="images/needenk.png" class="responsive" height="15%" width="10%">
<p class="img_credits"> Artwork made by Needenk! </p>
<p> I enjoy programming, doing art, writing and learning about new stuff. </p>
<br/>
</div>
<footer>
<nav>
<a href="index.html"> Main page </a>
<a href="about.html"> About us </a>
<a href="credits.html"> Credits </a>
</nav>
</footer>
</body>
</html>