new order popup
This commit is contained in:
parent
fbed113a55
commit
cdd60a01f7
5 changed files with 81 additions and 0 deletions
1
public/htmx-2.04.js
Normal file
1
public/htmx-2.04.js
Normal file
File diff suppressed because one or more lines are too long
17
public/index.html
Normal file
17
public/index.html
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>IROON</title>
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||
<script src="htmx-2.04.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>I ran out of names</h1>
|
||||
</header>
|
||||
<main>
|
||||
<button hx-get="/order/new" hx-swap="afterend">New Order</button>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue