weather-website/index.html
2019-01-25 16:13:33 -05:00

24 lines
517 B
HTML

<!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!!!!!!
<p><b>NOTE: I made this website in 2016 as a assignment and it was made in Mozilla Thimble.<br>Thanks Alee (January 25th 2019)</b></p>
<br>
<br>
© Copyright 2016
</center>
</body>
</html>