4chan-x/template.jst
2014-09-29 04:01:13 -07:00

14 lines
229 B
Plaintext

<!doctype html>
<html><head>
<meta charset="utf-8">
<title>4chan X</title>
<style>
body {
font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif;
}
</style>
</head><body>
<%=content%>
</body></html>