mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-05 05:09:03 +00:00
20 lines
456 B
HTML
20 lines
456 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>notion-enhancer menu</title>
|
|
<link rel="stylesheet" href="./css/menu.css" />
|
|
</head>
|
|
<body>
|
|
<header id="menu-titlebar"></header>
|
|
<main>
|
|
<div id="alerts"></div>
|
|
<div id="modules"></div>
|
|
</main>
|
|
<script>
|
|
window['__start']();
|
|
</script>
|
|
</body>
|
|
</html>
|