Files
memito/frontend/index.html

20 lines
592 B
HTML

<!doctype html>
<html lang="tr">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/icons/favicon.PNG" />
<link rel="apple-touch-icon" href="/icons/apple-touch-icon.png" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
/>
<meta name="theme-color" content="#f4efe7" />
<link rel="manifest" href="/manifest.webmanifest" />
<title>Memos Notes</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>