1
0
Fork 0
mirror of https://github.com/Nioux/Osgild.git synced 2025-10-28 22:04:28 +00:00
Osgild/index.html
2020-01-24 11:11:30 +01:00

9 lines
185 B
HTML

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