mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-05 13:19:03 +00:00
17 lines
315 B
HTML
17 lines
315 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 Enhancements Menu</title>
|
|
</head>
|
|
<style>
|
|
:root {
|
|
background: white;
|
|
}
|
|
</style>
|
|
<body>
|
|
yayayay it works!
|
|
</body>
|
|
</html>
|