app/src/index.html
insanity 884fbcd36d ...
2018-09-20 19:46:10 +09:00

17 lines
333 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>overFlow</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body class="platform-darwin theme-light">
<app-root></app-root>
</body>
</html>