16 lines
414 B
HTML
16 lines
414 B
HTML
<!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>
|