aboutsummaryrefslogtreecommitdiff
path: root/index.html
blob: 443724e967c41d6817dbac7210b6a0983913b016 (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.<br>Thanks Alee (January 25th 2019)</b></p>
  <br>
  <br>
  © Copyright 2016
</center>
</body>
</html>