-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (29 loc) · 1.29 KB
/
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
29
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>:3</title>
</head>
<body>
<div id="background">
<div id="page">
<div class="box header">
<span style="color: #ffffff33;">⚝</span> <span style="color: #73cef1;">S</span><span style="color: #e9adbd;">C</span><span>A</span><span style="color: #e9adbd;">T</span><span style="color: #73cef1;">T</span> <span style="color: #ffffff33;">⚝</span>
</div>
<div class="box">
<div class="header">
<span style="color: #ffffff33;">×</span> Basic Info <span style="color: #ffffff33;">×</span>
</div>
<span class="content">
<span style="color: #ffffff33">Name:</span> Scatt<span style="color: #ffffff33">/</span>Amia <br />
<span style="color: #ffffff33">Age:</span> 13 <span class="hidden">Dec 1st</span><br />
<span style="color: #ffffff33">Gender:</span> Transfem <br />
<span style="color: #ffffff33">Sexuality:</span> Bisexual <br />
</span>
</div>
</div>
</div>
</body>
</html>