1
0
Fork 0
mirror of https://github.com/Nioux/Osgild.git synced 2025-10-29 06:14:27 +00:00
Osgild/index.html

10 lines
185 B
HTML
Raw Normal View History

2020-01-24 11:11:30 +01:00
<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>