homefront/src/index.html

19 lines
560 B
HTML
Raw Normal View History

2018-11-13 17:03:35 -05:00
<!doctype html>
<html lang="en">
<head>
2018-11-14 12:07:55 -05:00
<meta charset="utf-8">
<title>Home Front</title>
<base href="/">
2018-11-13 17:03:35 -05:00
2018-11-14 12:07:55 -05:00
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="assets/icon.png">
<link rel="stylesheet" type="text/css" href="assets/bootstrap.min.css">
2018-11-14 14:19:11 -05:00
<link rel="manifest" href="manifest.json">
<meta name="theme-color" content="#1976d2">
2018-11-13 17:03:35 -05:00
</head>
<body>
2018-11-14 12:07:55 -05:00
<app-root></app-root>
2018-11-14 14:19:11 -05:00
<noscript>Please enable JavaScript to continue using this application.</noscript>
2018-11-13 17:03:35 -05:00
</body>
</html>