-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·23 lines (23 loc) · 964 Bytes
/
index.html
File metadata and controls
executable file
·23 lines (23 loc) · 964 Bytes
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 lang="en">
<head>
<meta charset="utf-8">
<title>uberDO</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link href='http://fonts.googleapis.com/css?family=Oxygen' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="conf/general.js"></script>
<script type="text/javascript" src="conf/general.user.js"></script>
<script type="text/javascript" src="conf/static.js"></script>
<script type="text/javascript" src="conf/version.js"></script>
<script type="text/javascript">
// Override the application entry-point
App.general.ENTRY_POINT = 'mozaic';
</script>
<script type="text/javascript" src="includes.js"></script>
</head>
<body>
<div id="page-content"></div>
</body>
</html>