-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (29 loc) · 1.91 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
30
31
32
33
34
35
36
<!doctype html>
<html lang = "ko">
<head>
<meta charset = "utf-8">
<meta name = "viewport" http-equiv = "Content-Security-Policy">
<link rel = "icon" href = "imgs/12.png">
<link rel = "stylesheet" href = "designs.css">
<title>HitoriBocchi</title>
</head>
<body id = "body_t" class = "body_t" style = "background : #1f252c;">
<!-- background -->
<div class = "bg_night" id = "bg_night" style = "opacity : 0;"></div>
<div class = "bg_dawn" id = "bg_dawn" style = "opacity : 0;"></div>
<img class = "obj_star" id = "obj_star" src = "imgs/star_anime0.png" style = "opacity : 0; position : absolute; z-index : 10;">
<img class = "obj_bocchi" id = "obj_bocchi" src = "imgs/0.png" style = "top : -300px; opacity : 0; z-index : 11;">
<a href = "https://github.com/Wallpapers-Projects-ABER/HitoriBocchi" target = "_blank">
<img class = "obj_github" id = "obj_github" src = "imgs/github_icon_white.png" style = "position : absolute; top : 2%; left : 98%; width : 32px; opacity : 0; transition : opacity 1s; cursor : pointer; z-index : 10">
</a>
<div id = "effects" style = "z-index : 10"></div>
<div id = "stars_bg" style = "z-index : 10"></div>
<!-- <span id="kFps"></span>
<progress id="kpFps" value="0" min="0" max="100" style="vertical-align:middle"></progress>
<button onclick="try{console.clear();console.info(info)}catch{}">Statistics</button> -->
<script class = "jsbin" src = "https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script class = "jsbin" src = "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/jquery-ui.min.js"></script>
<script src = "https://cdn.jsdelivr.net/gh/ABER1047/Forme@main/scripts.js"></script>
<script src = "main_script.js"></script>
</body>
</html>