-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
20 lines (20 loc) · 993 Bytes
/
about.html
File metadata and controls
20 lines (20 loc) · 993 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="/style.css?version=3">
<link rel="icon" href="/resources/favicon.png">
<title>About Lad Flaver</title>
</head>
<body>
<div class="flexPage">
<div class="redContainer">
<p style="line-height: 1.6;">
This website is a place for me (Lad_Flaver) to publish my projects. They range from Minecraft resource packs, music, writing, and possibly more in the future. I am a person who enjoys spending time playing video games, especially Minecraft and Terraria.
I enjoys creating resource packs for Minecraft and also other activities such as 3d modeling, art, writing, and a lot more. I am also an amateur web developer.
</p>
<p><a href="/index.html">Back to Home</a></p>
</div>
<p class="invisibleSpacer"> </p>
</div>
</body>
</html>