diff options
| author | Alee <Alee14498@gmail.com> | 2019-01-25 16:01:34 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-25 16:01:34 -0500 |
| commit | 8fce408ddcef4d54f76351e6a81e72db4e6c77c9 (patch) | |
| tree | b155b710215361bc48becdf7de58c4bf47fb8ade /index.html | |
| parent | 0d1eb99e24e7de82056df3224151e8cad4f1e109 (diff) | |
| download | weather-website-8fce408ddcef4d54f76351e6a81e72db4e6c77c9.tar.gz weather-website-8fce408ddcef4d54f76351e6a81e72db4e6c77c9.tar.bz2 weather-website-8fce408ddcef4d54f76351e6a81e72db4e6c77c9.zip | |
Add files via upload
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 |
