diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..a4a602a --- /dev/null +++ b/index.html @@ -0,0 +1,22 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset="utf-8"> + <link rel="stylesheet" href="style.css"> + <title>Weather Web Page</title> +</head> +<body> +<center> + <h1>Welcome! Bienvenue!</h1> + <a href="En.html">English</a> + <br> + <a href="Fr.html">Français</a> + <br> + <br> + CAUTION: This Won't Work on mobile!!!!!! + <br> + <br> + © Copyright 2016 +</center> +</body> +</html>
\ No newline at end of file |
