Esempio n. 1
0
<html>
	
	<head>
		<link rel="stylesheet" type="text/css" href = "http://www.lifeandtimes.me/main.css" />
	</head>

	<body>
	<?php include("xml.php");picture("title.xml");?>
	
	<div id = "main_flow">
	<?php body_text("sacrifice.xml");?>
	</div>

	</body>
	
</html>
Esempio n. 2
0
<!DOCTYPE html>
<?php include("xml.php");?>
<html>

<head>
<meta name="google-site-verification" content="nBLyoGyWy5qtSQJ8zRy38hnwmN2v238LyLLkwGQw2Ks" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel = "stylesheet" type = "text/css" href = "main.css" />

<link rel = "shortcut icon" href = "http://www.lifeandtimes.me/favicon.ico />

<title>Welcome to the Life and Times of Nick Birney</title>
</head>

<body>
<?php picture("title.xml")?>
<div id="main_flow">
<?php body_text("welcome.xml")?>

<footer><?php picture("logo.xml")?></footer>

</div>



</body>
</html>
Esempio n. 3
0
<!DOCTYPE html>
<?php include("xml.php");?>
<html>
<head>
<link rel = "stylesheet" type = "text/css" href = "http://www.lifeandtimes.me/main.css" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Life and Times || Blog</title>
</head>
<body>
<?php picture("http://www.lifeandtimes.me/title.xml");?>
<div id = "main_flow" / >

<?php
	body_text("good_evening.xml");
	body_text("it_was_raining.xml");
	body_text("dallas_march_21_2010.xml");
?>


<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-15836467-1");
pageTracker._trackPageview();
} catch(err) {}</script>

<footer>&#169 Nick Birney 2010</footer>
</div>