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 /En.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 'En.html')
| -rw-r--r-- | En.html | 32 |
1 files changed, 32 insertions, 0 deletions
@@ -0,0 +1,32 @@ +<!DOCTYPE HTML> +<html> + <head> + <meta charset="utf-8"> + <title>Weather Project</title> + <link rel="stylesheet" href="style.css"> + </head> + <body background="http://www.publicdomainpictures.net/pictures/40000/nahled/sky-background-1360935906evy.jpg"> + <center> + <!--Why are you looking at this source code.--> + <marquee behavior="alternate"><h1>Welcome to my Weather Project!</h1></marquee> + <marquee behavior="scroll" direction="right" + onmouseover="this.stop();" + onmouseout="this.start();"> + <b><p>Welcome to the weather website please click the links to look at my projects</p></b> + </marquee> + <br> + <script src="https://apis.google.com/js/platform.js"></script> + <div class="g-ytsubscribe" data-channel="Andrew14Lee" data-layout="full" data-count="default"></div> + <br> + <img src="https://upload.wikimedia.org/wikipedia/commons/c/c1/Weather_symbols_p.png" style="width:100px;"> + <br> + Fun day! (English): <a href="WeatherProducer.html">Weather Producer</a> + <br> + The worst day in Vancouver (Français): <a href="Meteo.html">Météo</a> + <br> + <p>If you enjoy please contact me at alee14498@gmail.com and subscribe to The Alee Diamond</p> + Enjoy! + If your NOT English <a href="index.html">Click Here</a> +</center> +</body> +</html>
\ No newline at end of file |
