19 lines
646 B
HTML
19 lines
646 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="mobile-web-app-capable" content="yes" />
|
|
<meta name="description" content="MyLinks - Der erste modulare URL Shortener">
|
|
<link rel="icon" href="/icons/icon.ico" />
|
|
<link rel="manifest" href="/manifest.json" />
|
|
<link rel="apple-touch-icon" href="/icons/icon-192x192.png">
|
|
<meta name="theme-color" content="#FFFFFF" />
|
|
<title>MyLinks</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.jsx"></script>
|
|
</body>
|
|
</html>
|