Energiepreise/src/index.html

16 lines
414 B
HTML
Raw Permalink Normal View History

2024-01-04 01:38:10 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="index.scss">
<title>Energiepreise</title>
<meta name="mobile-web-app-capable" content="yes">
<meta name="application-name" content="Energiepreise">
</head>
<body>
<script type="module" src="index.ts"></script>
</body>
</html>