-
Notifications
You must be signed in to change notification settings - Fork 33
/
index.html
26 lines (21 loc) · 943 Bytes
/
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
<!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">
<meta name="description" content="avalonjs - 迷你简单易用的前端MVVM框架,让你的网站更快更炫更好用">
<meta name="keywords" content="MVVM, CSS, JavaScript, framework, avalon, web development">
<meta name="author" content="RubyLouvre,司徒正美">
<title>avalon中文官网</title>
</head>
<body class="home-template">
<h2>4秒后跳往<a href="http://avalonjs.coding.me/">新官网</a></h2>
<h3>到<a href="http://avalonjs.github.io/index2.html">avalon1.0官网</a></h3>
<script>
setTimeout(function(){
location.href = "http://avalonjs.coding.me/"
},4000)
</script>
</body>
</html>