This repository was archived by the owner on Sep 18, 2025. It is now read-only.
forked from bob6664569/minitel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
109 lines (92 loc) · 4.88 KB
/
index.html
File metadata and controls
109 lines (92 loc) · 4.88 KB
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html>
<html>
<!--
Minitel 0.1
-->
<head>
<meta charset="utf-8">
<meta name="description" content="Nouvelle version !">
<meta property="og:image" content="http://3615.rjrradio.fr/img/thumbnail.png">
<meta property="og:title" content="RJR - Radio Jeunes Reims">
<meta property="og:locale" content="fr_FR">
<meta property="og:description" content="Nouvelle version !">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>RJR - Radio Jeunes Reims</title>
<link rel="stylesheet" href="css/main.css">
</head>
<!--[if lte IE 8]><body class="IE8 IE"><![endif]--> <!-- IE8 patchs -->
<!--[if IE 9]><body class="IE9 IE"><![endif]--> <!-- IE9 -->
<!--[if gte IE 9]><body class="IE"><![endif]--> <!-- IE10 + -->
<!--[if !IE]>--><body class="notIE"><!--<![endif]-->
<!--[if lt IE 8]>
<h1 id="iewarning"><p>Il semblerait que votre terminal Minitel n'est pas a jour.</p><p> Afin de profiter au mieux de ce service, nous vous invitons a le mettre a jour vers une version plus recente, ou bien essayer une alternative comme <a href="http://www.mozilla.org/firefox">Firefox</a> ou <a href="http://chrome.google.com" target="_blank">Chrome</a> </p></h1>
<!--<![endif]-->
<div class="floater"></div>
<div id="container">
<div id="header">
<div class="3615">
<p style="font-size: 65px; color: white;">3615</p>
</div>
<div class="logo">
<p><i>......................</i>█████</p>
<p><i>....................</i>██████████</p>
<p><i>....................</i>█████████</p>
<p><i>...............................</i>████████████</p>
<p><i>.....................</i>█████████<i>.</i>███████████████</p>
<p><i>......................</i>███████<i>...</i>██████<i>....</i>█████</p>
<p><i>...</i>██████████████<i>.....</i>███████<i>....</i>█████<i>...</i>██████</p>
<p>████████████████████<i>...</i>███████<i>.....</i>███████████</p>
<p>█████████<i>.....</i>██████<i>...</i>███████<i>....</i>███████████</p>
<p><i>..</i>███████<i>....</i>██████<i>....</i>███████<i>....</i>██████████████</p>
<p><i>...</i>██████████████<i>......</i>███████<i>.....</i>█████<i>......</i>███</p>
<p><i>...</i>█████████████<i>.......</i>███████</p>
<p><i>...</i>█████████████<i>.......</i>███████</p>
<p><i>...</i>█████████████████<i>...</i>███████</p>
<p><i>...</i>█████<i>......</i>█████<i>.</i>█████████</p>
<p><i>.................</i>███<i>.</i>████████</p>
<p><i>.</i></p>
<p><i>.</i></p>
</div>
</div>
<table id="menu">
<tr>
<td>1. La radio</td>
<td>2. Programmes</td>
<td>3. La carte Club</td>
</tr>
<tr>
<td>4. Nous ecouter</td>
<td>5. RJR TV</td>
<td>6. Contactez-nous</td>
</tr>
</table>
<form action="poisson.html" type="POST" id="saisie">
<span>Votre saisie :</span>
<span class="champ">
<span>..</span>
<input type="text" name="page"/>
</span>
<span style="margin-left: 50px;">puis</span>
<input type="submit" value="ENVOI"/>
</form>
<!--<h1>Minitel</h1>
<p>Hello world !</p>
<p>0123456789012345</p>
<div>█<br>█<br>█</div>
<teaxtarea>Hello World</teaxtarea>
<input type="submit" value="Hello" />
<p>A line</p>
<p>A line</p>-->
</div>
<script src="js/jquery-1.10.2.js"></script>
<!--<script src="js/main.js"></script>-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-30046034-3', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>