diff options
Diffstat (limited to 'wip.html')
| -rw-r--r-- | wip.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/wip.html b/wip.html new file mode 100644 index 0000000..9846dd6 --- /dev/null +++ b/wip.html @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>QR Code Menu</title> + <link rel="stylesheet" href="styles.css"> +</head> +<body> + <div class="menu-container"> + <ul class="menu-wrapper"> + <h2>This page is a work in progress...</h3> + <h4>Please do come again soon</p> + </ul> + </div> +</body> +</html> |
