-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (24 loc) · 957 Bytes
/
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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>sa.yori</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css">
<link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- partial:index.partial.html -->
<div class='bg' id='bg1'>
</div>
<div class='master-wrapper'>
<div class='section1'>
<h1 id="name">sa<span class='dotfx'> yori</span></h1>
</div>
<div class='section2'>
<span class="un" id="ghun">prappe</span><a href="https://github.com/prappe"><img onmouseover="ghx(1)" onmouseout="ghx(0)" class="icon" id="gh" src="https://files.catbox.moe/q4n1cj.svg"></a><a href="https://discord.com/users/113442380811649024"><img onmouseover="dsx(1)" onmouseout="dsx(0)" class="icon" id="ds" src="https://files.catbox.moe/xx9trb.svg"></a><span class="un" id="dsun">Sayori#2966</span>
</div>
</div>
<!-- partial -->
<script src="./script.js"></script>
</body>
</html>