A pit full of rusty nails
at main 460 B view raw
1<!DOCTYPE html> 2<html lang="en"> 3 4<head> 5 <title>{{ TITLE }}</title> 6 <meta charset="utf-8" /> 7 <meta name="robots" content="noindex, nofollow, nosnippet, noimageindex" /> 8 <meta name="referrer" content="noreferrer"> 9</head> 10 11<body> 12 <main> 13 <h1>{{ TITLE }}</h1> 14 {{ INITIAL }} 15 {{ MAIN }} 16 {{ EXTRA }} 17 <aside style="visibility: hidden;"> 18 {{ FOOTER }} 19 </aside> 20 </main> 21</body> 22 23</html>