Add Nextcloud recipe display and controller
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Kitchen Mirror Recipes</title>
|
||||
<link rel="stylesheet" href="/MMM-NextcloudCookbook/assets/styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<header>
|
||||
<div>
|
||||
<p class="eyebrow">Kitchen Mirror</p>
|
||||
<h1>Recipes</h1>
|
||||
</div>
|
||||
<button id="exit" class="secondary" type="button">Exit recipe mode</button>
|
||||
</header>
|
||||
<p id="status" role="status">Loading recipes…</p>
|
||||
<label for="search">Find a recipe</label>
|
||||
<input id="search" type="search" autocomplete="off" placeholder="Search recipes">
|
||||
<ul id="recipes" aria-live="polite"></ul>
|
||||
</main>
|
||||
<script src="/MMM-NextcloudCookbook/assets/app.js" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user