-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (22 loc) · 755 Bytes
/
Copy pathindex.html
File metadata and controls
24 lines (22 loc) · 755 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!doctype html public "storage">
<html>
<style>
html, body {
height: 100%;
}
</style>
<meta charset=utf-8/>
<head>
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/octicons/4.4.0/font/octicons.css" rel="stylesheet">
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
</head>
<title>APT Landing</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<div id=app></div>
<!--<script src="node_modules/clipboard.min.js"></script>-->
<script>
document.body.style.margin = '0px';
</script>
<script src="/bundle.js"></script>
<!--<link rel="stylesheet" href="/index.css" />-->