-
Notifications
You must be signed in to change notification settings - Fork 0
/
menu.html
73 lines (69 loc) · 3.27 KB
/
menu.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
<!DOCTYPE html>
<html lang="zh-Hans-CN">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="Description" content="挑战书 | 计算机世界大冒险:泰拉与七贤者" />
<meta name="Keywords" content="计算机世界大冒险:泰拉与七贤者, 不插电计算机科学, 学研" />
<meta name="copyright" content="Copyright & copy; Kanemune-Lab." />
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="format-detection" content="telephone=no">
<title>选择谜题 | 计算机世界大冒险:泰拉与七贤者</title>
<link rel="apple-touch-icon" href="favicon.ico">
<link rel="icon" sizes="192x192" href="favicon.ico">
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="css/import.css" media="screen,projection,tv,print" />
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--[if lt IE 8]>
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE8.js">
</script>
<![endif]-->
<!--JavaScript start-->
<!--JavaScript end-->
</head>
<body id="menu">
<div id="container">
<!--header start-->
<header id="header">
<div class="inner">
<nav id="headNav">
<ul class="ul_right">
<li class="item02"><a href="./index.html"><i class="fa fa-undo" aria-hidden="true"></i> 返回首页</a></li>
<li class="item01"><a href="./menu.html"><i class="fa fa-cog" aria-hidden="true"></i> 选择谜题</a></li>
</ul>
</nav>
<div id="logo">
<a href="index.html"><img src="image/site/logo-trans.png"/></a>
</div>
</div>
</header>
<!--header end-->
<section id="section">
<div class="inner">
<div class="menu_img">
<img id="menu_back" class="p_center" src="image/site/menu_back.png"/>
<!--Sage start-->
<figure><a href="content/herring/index.html"><img class="herring" src="image/site/herringcard.png"></a></figure>
<figure><a href="content/panda/index.html"><img class="panda" src="image/site/pandacard.png"></a></figure>
<figure><a href="content/mammoth/index.html"><img class="mammoth" src="image/site/mammothcard.png"></a></figure>
<!--Sage end-->
</div>
</div>
</section>
<footer id="footer">
<div id="footerNav">
<ul id="footerNav">
<li><div class="font_bold"><a href="https://www.ituring.com.cn/book/2854">返回图灵社区</a></div></li>
<li><div class="font_bold"><a href="./policy.html">使用规则</a></div></li>
</ul>
<div class="clear"></div>
<div id="copyright">
<p>Copyright © 2017 学研 Plus・大阪电气通信大学兼宗研究室 All Rights Reserved.</p>
</div>
</div>
</footer>
</div>
</body>
</html>