TFTPaths/src/index.html

15 lines
330 B
HTML
Raw Normal View History

2019-08-13 15:43:57 +02:00
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>TFTPaths</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
2019-08-19 19:44:54 +02:00
<body style="background-color: #000000;">
2019-08-13 15:43:57 +02:00
<app-root></app-root>
</body>
</html>