diff options
Diffstat (limited to 'mottovote/public/index.html')
-rw-r--r-- | mottovote/public/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mottovote/public/index.html b/mottovote/public/index.html new file mode 100644 index 0000000..27ea837 --- /dev/null +++ b/mottovote/public/index.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Motto Vote</title> +</head> +<body> + + <div id="vote"></div> + <button id="voteButton">Vote!</button> + + <script src="script.js"></script> +</body> +</html>
\ No newline at end of file |