racket/collects/tests/web-server/template/examples/blog.html
Jay McCarthy daff0abe15 Extended example
svn: r12550
2008-11-20 23:57:32 +00:00

33 lines
716 B
HTML

<html>
<head>
<title>Alonzo's Church: @|section|</title>
<style type="text/css">
body {
margin: 0px;
padding: 10px;
}
#main {
background: #dddddd;
}
</style>
</head>
<body>
<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">
var pageTracker = _gat._getTracker("UA-YYYYYYY-Y");
pageTracker._trackPageview();
</script>
<h1>Alonzo's Church: @|section|</h1>
<div id="main">
@body
</div>
</body>
</html>