-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (44 loc) · 1.85 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
<!doctype html>
<html>
<head>
<!-- <link href='http:///fonts.useso.com/css?family=Open+Sans:400,300,600,300italic,400italic,600italic' rel='stylesheet' type='text/css'> -->
<link href='style.css' rel='stylesheet' type='text/css'>
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<!--HTML5Shiv-->
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>邪神かがみは超萌えです!!</title>
<meta name="description" content="邪神かがみは超萌えです!!">
<meta name="author" content="鏡@がんばらないプロジェクト/翠星製作所">
<meta name="keyword" content="邪神かがみ,鏡,镜,萌え,アニメ">
<meta property="og:title" content="邪神かがみは超萌えです!!">
<meta property="og:site_name" content="邪神かがみは超萌えです!!">
<meta property="og:url" content="http://yagami.kagami.moe">
<meta property="og:type" content="webpage">
<meta property="og:image" content="http://yagami.kagami.moe/かがみ.png">
</head>
<body>
<wrapper>
<h1>かがみが萌えすぎてツライっ!!</h1>
<nav>
<left-nav>
<ul>
<li><a>人物简介</a></li>
<li><a>基本资料</a></li>
<li><a>声优</a></li>
</ul>
</left-nav>
<right-nav>
<ul>
<li><a>EN</a></li>
<li><a>FR</a></li>
<li><a>中文</a></li>
<li><a>日本語</a></li>
</ul>
</right-nav>
</nav>
<copyright>2013-<script>document.write(new Date().getFullYear());</script> 鏡@がんばらないプロジェクト/翠星製作所 <br><a href="http://kagami.moe">kagami.moe</a></copyright>
</wrapper>
</body>
</html>