lts-stats-web/index.html

16 lines
312 B
HTML
Raw Normal View History

2023-01-06 01:25:42 +01:00
<!DOCTYPE html>
<html lang="en">
2023-01-06 16:34:22 +01:00
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>.:: LTS</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>