no message

This commit is contained in:
zbww
2014-11-23 11:02:20 +08:00
parent de2e0ccfb7
commit 28967c643a
11 changed files with 1140 additions and 0 deletions

14
index.html Normal file
View File

@@ -0,0 +1,14 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Endless Sea</title>
<link href="css/style.css" rel="stylesheet" type="text/css">
</head>
<script src="js/jquery-2.1.1.min.js">
</script>
<body>
</body>
<script src="js/main.js">
</script>
</html>