1
0
Fork 0
mirror of https://github.com/Nioux/Alarian.git synced 2025-10-28 22:04:29 +00:00
Alarian/index.html
Yan Maniez cb594fe3b7 Reorg
2020-01-24 10:46:06 +01:00

12 lines
294 B
HTML

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