-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
23 lines (23 loc) · 916 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Simple</title>
<meta name="author" content="Gurtam Aleksey Shmigelski">
<meta name="description" content="Simple template for developing your own Wialon App">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta names="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<link rel="stylesheet" href="css/style.css" type="text/css" />
<script src="js/jquery.js"></script>
<script src="js/jquery.localisation.js"></script>
<script src="js/script.js"></script>
</head>
<body>
<div id="main">
<span class='title'>Simple</span>
<p><img src="img/logo.png" alt="app logo"/></p>
<span class='description'>Simple template for developing your own Wialon App</span>
</div>
</body>
</html>