mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-05 13:19:03 +00:00
12 lines
278 B
HTML
12 lines
278 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>
|
|
</head>
|
|
<body>
|
|
<script src="./menu.mjs" type="module"></script>
|
|
</body>
|
|
</html>
|