4chan-x/template.jst

13 lines
206 B
Plaintext

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