TFTPaths/src/index.html
2021-08-05 19:22:00 +02:00

14 lines
330 B
HTML

<!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>
<body style="background-color: #000000;">
<app-root></app-root>
</body>
</html>