-
Notifications
You must be signed in to change notification settings - Fork 15
/
app-tb02.html
28 lines (24 loc) · 872 Bytes
/
app-tb02.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
<!doctype html>
<html lang="en">
<head>
<title>Typebomb 2</title>
<!-- meta -->
<meta name="viewport" content="width=device-width user-scalable=no
initial-scale=1,maximum-scale=1"/>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta charset="utf-8">
<!-- ie9+ rendering support for latest standards -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- favicon -->
<!-- TODO link href="img/favicon.png" rel="shortcut icon" -->
<!-- stylesheets -->
<link rel="stylesheet" href="css/xhi-fonts.css">
<link rel="stylesheet" href="css/vendor/font-awesome-4.7.0.css">
<!-- scripts -->
<script src="js/app-tb02/tb02.08_app.js"></script>
</head>
<body></body>
</html>