the-internet-vagabond-dot-com/ramblings/adventures/index.php
2015-02-04 16:49:01 -05:00

32 lines
1.3 KiB
PHP
Executable file

<!DOCTYPE HTML>
<html>
<head>
<title>The Internet Vagabond :: Adventures</title>
<meta name="description" content="The rants of the wandering computer scientist, constantly in search of truth, knowledge, and a decent ping." />
<meta name="keywords" content="internet, vagabond" />
<meta name="author" content="Bill 'Vagabond Azulien' Nibz" />
<link rel="stylesheet" type="text/css" href="../vagabondcamo_articles.css" />
<script type="text/javascript" src="../../doodads/jquery.js"></script>
<script type="text/javascript" src="../../doodads/vagabondsigns.js"></script>
</head>
<body>
<div class="header_articles">
<div class="header_articles_links">
<a href="#top" class="header_articles_a"><div class="header_articles_links_left">Back to the Article Home</div></a>
<a href="http://www.theinternetvagabond.com" class="header_articles_a"><div class="header_articles_links_right">Back to The Internet Vagabond Home</div></a>
</div>
</div>
<div class="article" id="main_screen">
<!-- The location of the article -->
<?php require("articles/ireland_log.html"); ?>
</div>
<div class="footer_articles">
<div class="footer_articles_notice">
<div id="vagabond_notice" class="footer_articles_notice_text" onClick="cycleArray()">The Internet Vagabond &copy 2009-2012</div>
</div>
</div>
</body>
</html>