2018-03-15 01:48:52 +01:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
2018-08-01 03:06:11 +02:00
|
|
|
<title>Sengis</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">
|
|
|
|
</head>
|
|
|
|
<body>
|
2018-03-16 01:43:53 +01:00
|
|
|
<app-root>
|
|
|
|
loading...
|
|
|
|
</app-root>
|
2018-03-15 01:48:52 +01:00
|
|
|
</body>
|
|
|
|
</html>
|