Skip to content

Instantly share code, notes, and snippets.

@VoQn
Created May 17, 2010 16:42
Show Gist options
  • Save VoQn/403960 to your computer and use it in GitHub Desktop.
Save VoQn/403960 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encosing="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml/DTD/xhtml1-transitinal.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8;" />
<meta http-equiv="Content-Language" content="en" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<title>Hoge</title>
</head>
<body>
<!--Javascript-->
<script type="text/javascript">
<!--
window.onload = function(){
var now = (new Date()).toString();
document.getElementById('justnow').innerHTML = now;
}
-->
</script>
<!--StyleSheet-->
<style type="text/css">
<!--
header, footer, nav, article { display: block; }
.pageTop, .pagePrev, .pageNext, .siteIndex { display: inline; }
-->
</style>
<!--Contents-->
<header>
<h1>I &hearts; Internet</h1>
<time id="justnow"></time>
</header>
<nav>
<ul class="navi">
<li class="pageTop"><a rel="base">TOP</a></li>
<li class="pagePrev"><a rel="prev">PREV</a></li>
<li class="pageNext"><a rel="next">NEXT</a></li>
<li class="siteIndex">INDEX</li>
</ul>
</nav>
<section id="content">
<article></article>
</section>
<footer>
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment