diff options
| author | Evan <38150833+beigebeats@users.noreply.github.com> | 2023-12-14 23:09:21 -0800 |
|---|---|---|
| committer | Evan <38150833+beigebeats@users.noreply.github.com> | 2023-12-14 23:09:21 -0800 |
| commit | 819abc102fa15bc1b487703b90fe537d33c5c202 (patch) | |
| tree | c8d4be4af1937ceb28f52b3c9eec496676782f43 /wip.html | |
| parent | a17f65bd34f8b330011dd4fc29a0e589c488eba7 (diff) | |
added wip page and adjusted font sizes
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> |
