31 lines
933 B
HTML
31 lines
933 B
HTML
<!DOCTYPE html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="dgray - deals in gray">
|
|
<meta name="theme-color" content="#2563eb">
|
|
|
|
<title>dgray</title>
|
|
|
|
<link rel="manifest" href="manifest.json">
|
|
<link rel="icon" type="image/svg+xml" href="assets/icons/icon.svg">
|
|
<link rel="apple-touch-icon" href="assets/icons/icon-192.png">
|
|
|
|
<link rel="stylesheet" href="css/fonts.css">
|
|
<link rel="stylesheet" href="css/variables.css">
|
|
<link rel="stylesheet" href="css/base.css">
|
|
<link rel="stylesheet" href="css/components.css">
|
|
<link rel="stylesheet" href="css/animate.min.css">
|
|
|
|
<script type="module" src="js/app.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
|
|
<noscript>
|
|
<p>Diese App benötigt JavaScript.</p>
|
|
</noscript>
|
|
</body>
|
|
</html>
|