Sengi-Windows-MacOS-Linux/src/index.html

21 lines
394 B
HTML
Raw Normal View History

2018-03-15 01:48:52 +01:00
<!doctype html>
<html lang="en">
2018-08-01 05:37:05 +02:00
2018-03-15 01:48:52 +01:00
<head>
<meta charset="utf-8">
2018-08-01 04:45:12 +02:00
<title>Sengi</title>
2018-03-15 01:48:52 +01:00
<base href="./">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
2018-08-03 03:52:24 +02:00
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
2018-08-03 05:00:23 +02:00
2018-03-15 01:48:52 +01:00
</head>
2018-08-01 05:37:05 +02:00
2018-03-15 01:48:52 +01:00
<body>
2018-03-16 01:43:53 +01:00
<app-root>
loading...
</app-root>
2018-03-15 01:48:52 +01:00
</body>
2018-08-01 05:37:05 +02:00
</html>