-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
130 lines (125 loc) · 6.07 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!DOCTYPE html>
<html>
<head>
<title>Best Waifu</title>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="images/git.png">
<script type="text/javascript" src="inc/rain.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header>
<div class="container">
<nav class="card">
<div class="logo"><a href="">Best Servant</a></div>
<ul>
<li><img height="50" src="images/scathachi.png"> <a href="#scathach">Scathach</a></li>
<li><img height="50" src="images/artoriai.png"> <a href="#artoria">Artoria</a></li>
<li><img height="50" src="images/okitai.png"><a href="#okita">Okita</a></li>
<li><img height="50" src="images/yuui.png"><a href="#yuu">Gucchan</a></li>
</ul>
</nav>
</div>
<button onclick="topFunction()" id="top" title="Go to top">Top</button>
</header>
<main>
<div class="container">
<div class="gruparticle">
<p>Fate Grand/Order</p>
</div>
<div class="mainbox">
<article>
<div id="scathach" class="content card">
<div class="imagebox">
<img src="images/scathach.png" width="400" height="400" class="img1" alt="scathach">
</div>
<div class="textbox">
<h1>Big Shishou Scathach</h1>
<p>🌎Japanese Name: スカサハ<br>
💢AKA: Queen of the Land of Shadows<br>
💠ID: 70<br>
💥ATK: 1,758/11,375<br>
💣Grail ATK: 12,452<br>
💰Point+: Lewd,Horny Mentor,Big Sister wholesome<br>
🔫Class: Lancer</p>
</div>
</div>
<div id="artoria" class="content card">
<div class="imagebox">
<img src="images/artoria.png" width="400" height="400" class="img1" alt="artoria">
</div>
<div class="textbox">
<h1>Artoria Pendragon</h1>
<p>🌎Japanese Name: アルトリア・ペンドラゴン<br>
💢AKA: Lion King (獅子王, Shishi-Ō?)<br>
💠ID: 119<br>
💥ATK: 1,699/10,995<br>
💣Grail ATK: 12,036<br>
💰Point+: Best King,Big boing,Horny King<br>
🔫Class: Lancer </p>
</div>
</div>
<div id="okita" class="content card">
<div class="imagebox">
<img src="images/okita.png" width="400" height="400" class="img1" alt="okita">
</div>
<div class="textbox">
<h1>Okita Souji</h1>
<p>🌎Japanese Name: 沖田総司<br>
💢AKA: Okita Souji, Sakura Saber<br>
💠ID: 68<br>
💥ATK: 1,865/12,068<br>
💣Grail ATK: 13,210<br>
💰Point+: Owww best okita san,Wholesome waifu, Horny Saber<br>
🔫Class: Saber </p>
</div>
</div>
<div id="yuu" class="content card">
<div class="imagebox">
<img src="images/yuu.png" width="400" height="400" class="img1" alt="yuu">
</div>
<div class="textbox">
<h1>Yuu Senpai</h1>
<p>🌎Japanese Name: 虞美人<br>
💢AKA: Yu Miaoyi, Yu the Beauty, Yu Meiren, (芥ヒナコ?)<br>
💠ID: 230<br>
💥ATK: 1,328/7,970<br>
💣Grail ATK: 9,650<br>
💰Point+: Lewd!, Gucchan sempai can serving us!, Angry senpai<br>
🔫Class: Assassin </p>
</div>
</div>
</article>
<aside>
<div class="sidebar">
<div class="side"></div>
<div class="profile card">
<img src="images/ako.png" class="imagemax" alt="aboutme">
<h3>IndraWan</h3>
<h4>Sup nerds..</h4>
Codename : Sinkaroid <br>
Alamat : uncovered! <br>
Email : [email protected]
</div>
</div>
</div>
</aside>
</div>
</div>
</main>
<footer>
<div id="socmed" class="container card">
<div class="footbar">
<img height="35" src="https://image.flaticon.com/icons/png/512/25/25231.png"> <a href="https://github.com/sinkaroid/">Github</a>
<img height="35" src="https://abs.twimg.com/favicons/favicon.ico"> <a href="https://twitter.com/sinkaroid">Twitter</a>
</div>
<div class="copyright">
<p>© 2020 Sin,-</p>
</div>
</div>
</footer>
<script src="inc/top.js"></script>
<iframe width="0" height="0" src="https://www.youtube.com/embed/Mp5AcRVcS3w?rel=1&autoplay=1&loop=1" frameborder="0"></iframe>
</body>
</html>