diff options
| author | Maksymilian Jopek <maks@jopek.eu> | 2021-10-14 23:32:50 +0200 |
|---|---|---|
| committer | Maksymilian Jopek <maks@jopek.eu> | 2021-10-14 23:32:50 +0200 |
| commit | 94ca5987544009f2da17fe27abc6c9de380d34fd (patch) | |
| tree | 5b35293f5d9c76a8e953b5d04391aed15e9fb24d /src/templates/index.html | |
| download | isiqandisi-94ca5987544009f2da17fe27abc6c9de380d34fd.tar.gz isiqandisi-94ca5987544009f2da17fe27abc6c9de380d34fd.tar.zst isiqandisi-94ca5987544009f2da17fe27abc6c9de380d34fd.zip | |
Initial commit - config with index.hmtl
Diffstat (limited to 'src/templates/index.html')
| -rw-r--r-- | src/templates/index.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/templates/index.html b/src/templates/index.html new file mode 100644 index 0000000..0208796 --- /dev/null +++ b/src/templates/index.html @@ -0,0 +1,20 @@ +<!DOCTYPE html> +<html lang="en"> + +<head> + <!-- Required meta tags --> + <meta charset="utf-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1" /> + + <!-- Added automatically by webpack --> +</head> + +<body> + <div> + <label for="name">Igama lefriji yakho:</label> + <input name="name" id="name" type="text"> + <button type="button" onclick="goToFridge(event)">👍</button> + </div> +</body> + +</html> |
