1
0
Fork 0
mirror of https://github.com/Nioux/Osgild.git synced 2025-10-29 22:34:33 +00:00
This commit is contained in:
Yan Maniez 2020-01-24 11:11:30 +01:00
parent b3a67ef881
commit 67fc7a2507
157 changed files with 3097 additions and 0 deletions

9
index.html Normal file
View file

@ -0,0 +1,9 @@
<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>