recipe-manager/browser-extension/options.html

16 lines
410 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Recipe Manager Settings</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<main>
<h1>Recipe Manager Settings</h1>
<p>Settings UI scaffold. Base URL wiring is a follow-up task.</p>
</main>
</body>
</html>