-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdetail.html
More file actions
24 lines (21 loc) · 759 Bytes
/
Copy pathdetail.html
File metadata and controls
24 lines (21 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<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" />
<link rel="stylesheet" type="text/css" href="./index.css">
<title>StreamingMoon\'s Page</title>
</head>
<body bgcolor="#010409" style="position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);">
<div align="center"><img id="Avatar" src="./NikoAvatar.jpg" /></div>
<div align="center">
<h1>StreamingMoon</h1>
</div>
<div align="center">A human.</div>
<div align="center"><button onclick="Back()">Go Back</button></div>
</body>
<script type="text/javascript" src="./index.js"></script>
</html>