Browse code

Version initiale du programme sous forme de boucle conditionnelle

Emmanuel ROY authored on 01/05/2022 12:54:29
Showing 1 changed files
1 1
new file mode 100755
... ...
@@ -0,0 +1,66 @@
1
+<html>
2
+<head>
3
+<title>Ville de Dragons</title>
4
+<link rel='stylesheet' href='Style.css' type='text/css'>
5
+</head>
6
+<body bgcolor="#000000">
7
+<table border="0" cellpadding="0" cellspacing="0" align="center" >
8
+<tr>
9
+	<td background="images/parchemin3_01.jpg" width="32" height="38">
10
+	</td>
11
+	<td background="images/parchemin3_02.jpg" width="716" height="38">
12
+	</td>
13
+	<td background="images/parchemin3_03.jpg" width="150" height="38">
14
+	</td>
15
+	<td background="images/parchemin3_04.jpg" width="34" height="38">
16
+	</td>
17
+</tr>
18
+<tr>
19
+	<td background="images/parchemin3_05.jpg" width="32" height="535">
20
+	</td>
21
+	<td background="images/parchemin3_06.jpg" width="716" height="535">
22
+<!-- iframe conteant le corps de la page -->
23
+	<iframe align="middle" frameborder="0" height="650" width="716" name="bodyFrame" scrolling="no" src="EcranAcceuil.html">
24
+		<a href="info.htm">Plus d'informations</a>
25
+	</iframe>
26
+<!-- Fin de l'iframe -->
27
+	</td>
28
+	<td width="150" height="650">
29
+	<table border="0" cellspacing="0" cellpadding="0" align="center">
30
+		<tr>
31
+			<td background="images/parchemin3_07.jpg" width="150" height="107"></td>
32
+		</tr>
33
+		<tr>
34
+			<td background="images/parchemin3_09.jpg" width="150" height="543" align="center" valign="top">
35
+			<?php include('liens.html') ?>
36
+			</td>
37
+		</tr>
38
+	</table>
39
+	</td>
40
+	<td background="images/parchemin3_08.jpg" width="34" height ="535">
41
+	</td>
42
+</tr>
43
+<tr>
44
+	<td background="images/parchemin3_10.jpg" width="32" height="45">
45
+	</td>
46
+	<td background="images/parchemin3_11.jpg" width="716" height="45">
47
+	</td>
48
+	<td background="images/parchemin3_12.jpg" width="150" height="45">
49
+	</td>
50
+	<td background="images/parchemin3_13.jpg" width="34" height="45">
51
+	</td>
52
+</tr>
53
+<tr>
54
+	<td background="images/parchemin3_14.jpg" width="32" height="150">
55
+	</td>
56
+	<td background="images/parchemin3_15.jpg" width="716" height="150">
57
+	</td>
58
+	<td background="images/parchemin3_16.jpg" width="150" height="150">
59
+	</td>
60
+	<td background="images/parchemin3_17.jpg" width="33" height="150">
61
+	</td>
62
+</tr>
63
+
64
+</table>
65
+</body>
66
+</html>