From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Foo</title>
<meta name="author" content="<%= @page.author %>" />
<!-- CodeRay syntax highlighting CSS -->
<link rel="stylesheet" href="/css/coderay.css" type="text/css" />
<!-- Homepage CSS -->
<link rel="stylesheet" href="/css/screen.css" type="text/css" media="screen, projection" />
</head>
<body>
<div class="site">
<div class="title">
Tom Preston-Werner
</div>
<h2> Bar</h2>
<p>Triple the fun!</p>
</div>
</body>
</html>
|