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

13 lines
294 B
HTML
Raw Normal View History

2020-01-24 10:46:06 +01:00
<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>