-
Notifications
You must be signed in to change notification settings - Fork 0
/
redirect.html
82 lines (79 loc) · 3.86 KB
/
redirect.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<meta name="robots" content="noindex,nosnippet" />
<title>ESEOmega</title>
<meta name="description" content="Site d'ESEOmega — le BDE de l'ESEO">
<link rel="shortcut icon" href="favicon.ico">
<link rel="apple-touch-icon-precomposed" href="favicon.png">
<link rel="icon" sizes="192x192" href="favicon2.png">
<meta name="apple-mobile-web-app-title" content="Site ESEOmega">
<meta name="msapplication-TileImage" content="favicon.png"/>
<meta name="msapplication-TileColor" content="#2A82C8"/>
<meta name="application-name" content="Site ESEOmega">
<meta name="theme-color" content="#2A82C8">
<meta name="apple-itunes-app" content="app-id=966385182">
<style>
html
{
height: 100%;
}
body
{
margin: 0;
height: 100%;
}
</style>
<!--
// Site & redirection temporaires \\
François Leparoux, Thomas Naudet et Sonasi Katoa
pour ESEOmega
_
_ __ __ __ __ | |
_______ | | __ __ | \/ | \ \ / / | |
|__ __| | | | \/ | ______ | \ / | /\ \ \_/ / | |
| | | | | \ / | |______| | |\/| | / \ \ / |_|
| | | | | |\/| | | | | | / /\ \ | | (_)
| | |_| | | | | |_| |_| / ____ \ |_|
|_| |_| |_| /_/ \_\
_______,.........._
_.::::::::::::::::::::::::._
_J::::::::::::::::::::::::::::::-.
_,J::::;::::::!:::::::::::!:::::::::::-."\_ ___
,-:::::/::::::::::::/''''''-:/ \::::::::::::::::L_
,;;;;;::!::/ V -::::::::::::::::7
,J:::::::/ \/ '-'`\:::::::.7
|:::::::' \::!:::/
J::::::/ `.!:\ dp
|:::::7 |/\:\
J::::/ \/ \:|
|:::/ \:\
|::/ |:.Y
|::7 |:|
|:/ `OOO8ooo._ |:|
|/ ,,oooo8OO' `"`Y8o, |'
| ,odP"' `8P /
| ,8P' _.__ .---.._ /
| ' .-' `-. .' `-. /
`. ,' `. / `. L_
.-.J. / Y \ /_ \
| \ / | Y // `|
\ '\ \ Y 8B | 8B | /Y '
\ \ \ | | ; / | /
\ \ \ | ,'. / / L |
\ J \ \ _.' `-._ _.' / _.'
`.___,\ `._ _,' '-...-' /'`"'
\ '---' _____________ /
`. \|T T T T T|/ ,'
`. \_|_|_|_/ .'
`. `._.-..' .'
`._ `-' _,'
`--._________.--'
-->
</head>
<body>
<iframe src="http://176.32.230.7/eseomega.com/blog/" style="width: 100%; height: 100%" height="100%" width="100%" marginwidth="0" marginheight="0" frameborder="0" vspace="0" hspace="0">
</iframe>
</body>
</html>