-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (24 loc) · 945 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html>
<head>
<title>A21-420-905-EM</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<meta http-equiv="refresh" content="0; URL=https://mathieudupont.github.io/A21-905" />
</head>
<body>
<div class="w3-bar w3-dark-gray w3-xlarge">
<a href="#" class="w3-bar-item w3-button w3-mobile" style="width:25%">A21-420-905-EM</a>
<a href="#" class="w3-bar-item w3-button w3-mobile" style="width:50%">Introduction à la programmation</a>
</div>
<br>
<div class="w3-container">
<div class="w3-panel">
<div class="w3-container w3-cell w3-cell-middle">
<p>Cette page a été déplacée. Si vous n'êtes pas redirigé, cliquez <a href="https://mathieudupont.github.io/A21-905">ici</a>.</p>
</div>
</div>
</div>
</body>
</html>