-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 1.08 KB
/
index.html
File metadata and controls
25 lines (25 loc) · 1.08 KB
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
<!DOCTYPE html>
<head>
<title>Worduel</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1.0, maximum-scale=1.0"/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<link rel="stylesheet" href="./style/jquery-ui.css" type="text/css"/>
<link rel="stylesheet" href="./style/fonts.css" type="text/css" media="screen" title="no title" charset="utf-8">
<link rel="stylesheet" href="./style/style.css" type="text/css" media="screen" title="no title" charset="utf-8">
<script src="./js/jquery/jquery.min.js"></script>
<script src="./js/jquery-ui/jquery-ui.min.js"></script>
<script src="./js/jquery-ui-touch-punch/jquery.ui.touch-punch.min.js"></script>
<!-- <script src="./js/jquery-cookie/jquery.cookie.js"></script> -->
<script src="./js/socket.io.js"></script>
<script src="./js/lib.js"></script>
<script src="./js/script.js"></script>
</head>
<body id="page">
<div id="body-wrapper">
<h1>Worduel</h1>
<div id="contents">
</div>
</div>
</body>
</html>