epiphany/archive/index.php

29 lines
764 B
PHP
Raw Normal View History

2022-11-12 16:13:57 -08:00
<!DOCTYPE html>
<html>
<head>
<title>Epiphany v3 ; happy holidaze ~</title>
2022-11-12 16:13:57 -08:00
<link rel="stylesheet" type="text/css" href="style/index.css">
<link rel="stylesheet" type="text/css" href="style/stuff.css">
<LINK REL="SHORTCUT ICON" HREF="images/favicon.ico">
2022-11-14 22:14:00 -08:00
<!-- snow -->
<script src="snow.js"></script>
2022-11-12 16:13:57 -08:00
</head>
<body>
2022-11-14 22:14:00 -08:00
<div id="body">
<div id="banner">
<div id="banner-inner">Epiphany</div>
</div>
<iframe src="home.php" frameborder="0" class="scroll transparent" id="main" name="main"></iframe>
2022-11-12 16:13:57 -08:00
2022-11-14 22:14:00 -08:00
<iframe src="menu_main.php" frameborder="0" id="nav" class="transparent" name="nav"></iframe>
2022-11-12 16:13:57 -08:00
2022-11-14 22:14:00 -08:00
<iframe src="cbox.php" frameborder="0" class="transparent" id="cbox"></iframe>
</div>
2022-11-12 16:13:57 -08:00
</body>
</html>