mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-30 15:06:06 +00:00
12 lines
329 B
HTML
12 lines
329 B
HTML
|
|
<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>
|
||
|
|
<input type="range" min="30" max="250" value="100" id="range" /><br />
|
||
|
|
<object id="map" data="osgild.svg" width="100%" type="image/svg+xml" />
|
||
|
|
</body>
|
||
|
|
</html>
|