keeweb-plugins/docs/plugins/theme-dracula/index.html

21 lines
643 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>KeeWeb Plugin: Dracula Theme</title>
<link rel="shortcut icon" href="/favicon.png" />
<style>
body {
font-family: -apple-system, "BlinkMacSystemFont", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;;
font-size: 14px;
}
</style>
</head>
<body>
<h1>KeeWeb Plugin: Arc Theme</h1>
<a href="https://plugins.keeweb.info/plugins/theme-dracula">https://plugins.keeweb.info/plugins/theme-dracula</a>
<p>This is a dark theme based on <a href="https://draculatheme.com/">Dracula Theme</a>
</p>
</body>
</html>