-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (23 loc) · 1.07 KB
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<meta name="description" content="Brice Loustau" />
<title> Brice Loustau </title>
<link rel="stylesheet" href="/css/style.css" type="text/css" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>
<!-- <link rel="shortcut icon" href="favicon-256x256.ico" type="image/x-icon" sizes="256x256"/> -->
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="favicon-128x128.png" sizes="128x128" />
<link rel="icon" type="image/png" href="favicon-192x192.png" sizes="192x192" />
<meta http-equiv="refresh" content="0;url=indexen.html">
<script type="text/javascript">
window.location.href = "indexen.html"
</script>
</head>
<body>
If you are not redirected automatically, follow <a href='indexen.html'>this link</a>.
</body>
</html>