1
0
Fork 0
mirror of https://github.com/Nioux/Alarian.git synced 2025-10-29 22:34:34 +00:00
This commit is contained in:
Yan Maniez 2020-01-24 10:46:06 +01:00
parent 438d9acbc6
commit cb594fe3b7
56 changed files with 603 additions and 0 deletions

12
index.html Normal file
View file

@ -0,0 +1,12 @@
<html>
<head>
<title>Terres d'Alarian</title>
</head>
<frameset cols="30%, 70%">
<frame src="alarian.html" />
<!--<frameset rows="50%,50%">
<frame src="default.html" id="region" name="region" />-->
<frame src="default.html" id="details" name="details" />
<!--</frameset>-->
</frameset>
</html>