1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-11-03 00:30:01 +00:00
This commit is contained in:
Yan Maniez 2020-01-17 13:58:02 +01:00
parent 91f3c8d6e2
commit 699d659909
6 changed files with 18 additions and 18 deletions

View file

@ -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>