crispypin.cc_old/templates/index_empty.html

14 lines
No EOL
206 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<include meta.html/>
<title>TITLE HERE</title>
</head>
<body>
<include header.html/>
<main>
<p>CONTENT HERE</p>
</main>
<include footer.html/>
</body>
</html>