-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
36 lines (33 loc) · 1.98 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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!-- Build -->
<title>AVG Runtime - 一个简单的AVG轻小说开发框架</title>
<link rel="stylesheet" type="text/css" href="./source/base.css">
<link rel="stylesheet" type="text/css" href="./source/demo.css">
</head>
<div><div style="margin:0 auto;width:100%;color:blue;text-align:center;font-size:15px;z-index:9999999;font-weight:blod;"><noscript><div style="padding:5px;background:#ffffa8;">您的浏览器不支持或者您禁止了Javascript脚本!部分功能将不可用!</div></noscript><!--[if lt IE 9]><div style="padding:5px;background:#ffff88;">你的浏览器版本过旧,请升级浏览器获得更好的体验,推荐使用 Chrome FF IE11 等最新浏览器!</div><![endif]--><!--[if lt IE 8]><div style="padding:5px;background-color:red;color:#fff;">不支持IE7以下的浏览器,可能会出现严重的布局错位,脚本错误等问题!求你了,赶紧升级浏览器吧!</div><![endif]--></div></div>
<body>
<div class="header">
<div class="title container">
<h1>AVG Runtime v0.9</h1>
<h2>与文字的冒险,从这里开始!</h2>
</div>
<div class="nav container">
<a href="javascript:void(0);" onclick="load('welcome')">欢迎</a>
<a href="javascript:void(0);" onclick="load('game')">制作游戏</a>
<a href="javascript:void(0);" onclick="load('runtime')">框架开发</a>
<a href="javascript:void(0);" onclick="load('about')">关于</a>
</div>
</div>
<div class="main" id="main">
<div class="line container">Loading...</div>
</div>
<script src="./source/jquery-1.9.1.min.js"></script>
<script src="./source/demo.js"></script>
<script src="./source/avgRuntime.js"></script>
</body>
</html>