mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-29 06:26:02 +00:00
Reorg
This commit is contained in:
parent
91f3c8d6e2
commit
699d659909
6 changed files with 18 additions and 18 deletions
9
Docs/Osgild/index.html
Normal file
9
Docs/Osgild/index.html
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Terres d'Osgild</title>
|
||||
</head>
|
||||
<frameset cols="50%, 50%">
|
||||
<frame src="osgild.html" />
|
||||
<frame src="default.html" id="details" name="details" />
|
||||
</frameset>
|
||||
</html>
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
<html>
|
||||
<head>
|
||||
<link href="style.css" rel="stylesheet" />
|
||||
<script type="text/javascript" src="scripts.js"></script>
|
||||
</head>
|
||||
<body onload="init()">
|
||||
<h1>Terres d'Osgild</h1>
|
||||
<div><input type="range" min="30" max="250" value="100" id="range" /></div>
|
||||
<div><object id="map" data="osgild.svg" width="100%" type="image/svg+xml" /></div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -1,9 +1,11 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Terres d'Osgild</title>
|
||||
<link href="style.css" rel="stylesheet" />
|
||||
<script type="text/javascript" src="scripts.js"></script>
|
||||
</head>
|
||||
<frameset cols="50%, 50%">
|
||||
<frame src="osgild.body.html" />
|
||||
<frame src="empty.html" id="details" name="details" />
|
||||
</frameset>
|
||||
<body onload="init()">
|
||||
<h1>Terres d'Osgild</h1>
|
||||
<div><input type="range" min="30" max="250" value="100" id="range" /></div>
|
||||
<div><object id="map" data="osgild.svg" width="100%" type="image/svg+xml" /></div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -184,5 +184,5 @@
|
|||
<area shape="poly" coords="1031,272,1021,241,1256,186,1262,217" alt="Massif des Ciméales" target="details" href="massifdescimeales.html" />
|
||||
<area shape="poly" coords="1027,520,1059,517,1091,850,1060,856" alt="Chaîne des Serres du Monde" target="details" href="chainedesserresdumonde.html" />
|
||||
<area shape="poly" coords="1741,1165,1770,1168,1791,1262,1826,1346,1803,1365,1753,1261" alt="Monts Ethernos" target="details" href="montsethernos.html" />
|
||||
<area shape="rect" coords="55,62,498,147" alt="Terres d'Osgild" target="details" href="empty.html" />
|
||||
<area shape="rect" coords="55,62,498,147" alt="Terres d'Osgild" target="details" href="default.html" />
|
||||
</map>
|
||||
|
|
|
|||
|
|
@ -890,7 +890,7 @@
|
|||
<title>Monts Ethernos</title>
|
||||
</polygon>
|
||||
</a>
|
||||
<a href="empty.html" target="details">
|
||||
<a href="default.html" target="details">
|
||||
<rect x="55" y="62" width="443" height="85">
|
||||
<title>Terres d'Osgild</title>
|
||||
</rect>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
Loading…
Add table
Add a link
Reference in a new issue