mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-11-03 00:30:01 +00:00
Reorg
This commit is contained in:
parent
91f3c8d6e2
commit
699d659909
6 changed files with 18 additions and 18 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue