-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
35 lines (35 loc) · 1.13 KB
/
about.html
File metadata and controls
35 lines (35 loc) · 1.13 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>lolynub about</title>
<link rel="stylesheet" href="style.css">
</head>
<style>
div{
background-image: "images/spawn.jpg";
}
</style>
<body>
<h1>
about ME
</h1>
<p>i am a asiring coder..., and havent did cool things yet tho</p>
<p>gmail:lolynubxdxd@gmail.com not my real one of course</p>
<a href="https://www.youtube.com/@loly_zoee">my youtube</a>
<a href="https://x.com/lolyzoee">x</a>
<p>i have a discord to loly_zoee</p>
<p>qna myself then lol</p>
<p>fav color?</p>
<p>blue/pink!</p>
<p>pgl you know?</p>
<p>basic html, css, and nothing else womp womp ill learn more later</p>
<p>why you created this website?</p>
<p>fluix made one so i wanted one too</p>
<br>
<a href="index.html">home</a>
<br>
<img src="images/neocities.png">
</body>
</html>