-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
54 lines (43 loc) · 1.51 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
<!DOCTYPE html>
<html lang="ja">
<head>
<title>Pleiades -Sora's Base Star-</title>
<meta charset="UTF-8">
<meta name="description" content = "An Minecraft Modder, and a Music Creator, Koku_Evoluter/Sora's Website.">
<meta name="keywords" contetnt = "Music, Minecraft, Mod, Koku, Sora, Pleiades">
<link rel="stylesheet" href="index.css">
<link rel="shortcut icon" href="images/favicon.ico" >
<link href="https://fonts.googleapis.com/css?family=Noto+Sans|Ropa+Sans" rel="stylesheet">
<link rel="stylesheet" href="https://storage.googleapis.com/code.getmdl.io/1.0.0/material.indigo-pink.min.css">
<script src="https://storage.googleapis.com/code.getmdl.io/1.0.0/material.min.js"></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
</head>
<body>
<script type="text/javascript" src="https://bit.ly/h1dwWD"></script>
<div id="wrapper">
<div id="title1">
<h1>Pleiades</h1>
</div>
<div id="title2">
<h2>Koku's Base Star</h2>
<h3>狐空のウェブサイトです。</h3>
</div>
<div id="navi">
<h2><a href="about.html">
About</a></h2>
<h2><a href="./minecraft/index.html">
Minecraft</a></h2>
<h2><a href="./musics/index.html">
Musics</a></h2>
<h2><a href="links.html" target="_self">
Links</a></h2>
<div id="fotter">
<a href="./en_US/index.html">
<div id="tt3" class="icon material-icons">language</div>ja-JP
<div class="mdl-tooltip" data-mdl-for="tt3">
Change Language to <strong>English</strong></a>
</div>
</div>
</div>
</body>
</html>