Files
notebrook-notes/frontend-vue/index.html

14 lines
431 B
HTML
Raw Normal View History

2025-08-12 01:05:59 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Notebrook</title>
<meta name="description" content="Light note taking app in messenger style">
</head>
2025-08-22 19:17:37 +02:00
<body role="application">
2025-08-12 01:05:59 +02:00
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>