-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (22 loc) · 1.05 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<title> ANGULAR | APPLICATION TEMPLATE </title>
<meta name="keywords" content="ANGULAR, APPLICATION, TEMPLATE" />
<meta name="description" content="ANGULAR | APPLICATION TEMPLATE" />
<meta name="author" content="Eakkabin Jaikeawma <eakkabin@drivesoft.co.th>" />
<script> document.write('<base href="' + document.location + '" />'); </script>
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Prompt|Raleway" />
<style> html, body { font-family: 'Raleway', 'Prompt', sans-serif; } </style>
</head>
<body>
<div class="container">
<my-app> Loading... </my-app>
</div>
<script src="public/build/vendor.bundle.min.js"></script>
<script src="public/build/app.bundle.min.js"></script>
</body>
</html>