20 lines
455 B
HTML
20 lines
455 B
HTML
|
<!doctype html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<!--- this header automatically generated by ttbp initialization on %DATETIME% --->
|
||
|
<title>~%USER% on TTBP</title>
|
||
|
<link rel="stylesheet" href="style.css" />
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="meta">
|
||
|
<h1>
|
||
|
<a href="index.html#">~%USER%</a>@<a href="/~%USER%/neofeels">TTBP</a>
|
||
|
</h1>
|
||
|
</div>
|
||
|
<!---put your custom html here-->
|
||
|
|
||
|
<!---don't put anything after this line-->
|
||
|
<div id="tlogs"></div>
|
||
|
</body>
|
||
|
</html>
|