aboutsummaryrefslogtreecommitdiff
path: root/index.html
blob: a9a5290dc8a6e543f872609b7509589e137bdce0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!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. Thanks Alee <br>(January 25th 2019)</b></p>
  <br>
  <br>
  © Copyright 2016
</center>
</body>
</html>