app/src/index.html

17 lines
334 B
HTML
Raw Normal View History

2018-08-14 12:26:23 +00:00
<!doctype html>
<html lang="en">
2018-08-14 19:10:02 +00:00
2018-08-14 12:26:23 +00:00
<head>
<meta charset="utf-8">
2018-09-20 10:46:10 +00:00
<title>overFlow</title>
2018-09-27 09:44:56 +00:00
<base href="./">
2018-08-14 12:26:23 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
2018-08-14 19:10:02 +00:00
2018-08-25 08:52:44 +00:00
<body class="platform-darwin theme-light">
2018-08-15 14:54:10 +00:00
<app-root></app-root>
2018-08-14 12:26:23 +00:00
</body>
2018-08-14 19:10:02 +00:00
</html>