homefront/src/index.html

16 lines
385 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-13 17:03:35 -05:00
</head>
<body>
2018-11-14 12:07:55 -05:00
<app-root></app-root>
2018-11-13 17:03:35 -05:00
</body>
</html>