-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (29 loc) · 1.07 KB
/
index.html
File metadata and controls
29 lines (29 loc) · 1.07 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>phiori - python3-based SHIORI for Ukagaka(伺か)</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="/css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="/css/bootstrap-theme.min.css" />
<link rel="stylesheet" type="text/css" href="/css/phiori.css" />
</head>
<body>
<div class="container">
<div class="master">
<h1>phiori</h1>
<p class="lead">python3-based SHIORI for Ukagaka(伺か)</p>
</div>
<hr />
<h1 style="text-align:center;font-size:48px"><span class="glyphicon glyphicon-globe"></span></h1>
<div class="globalang">
<ul>
<li><a class="btn btn-lg btn-link" href="/ja/">日本語</a></li>
<li><a class="btn btn-lg btn-link" href="/ko/">한국어</a></li>
</ul>
</div>
</div>
<script type="application/javascript" src="http://code.jquery.com/jquery-2.0.3.min.js"></script>
<script type="application/javascript" src="/js/bootstrap.min.js"></script>
</body>
</html>