2023-09-11 20:52:34 -05:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta content = "width=device-width, initial-scale=1" charset = "utf-8" / >
< link rel = "icon" href = "/assets/askiiart.gif" type = "image/icon" >
< title > $title$< / title >
< link href = "/style.css" type = "text/css" rel = "stylesheet" / >
< link href = "/prism.css" rel = "stylesheet" / >
< / head >
< body class = "line-numbers" >
$body$
< script src = "/prism.js" > < / script >
< / body >
< footer >
2023-09-11 21:18:40 -05:00
< p > Created by askiiart. Main site < a href = "https://askiiart.net" > here< / a > , source code < a href = "https://github.com/askiiart/this-site-runs-on-a-textbook" > here< / a > .< / p >
2023-09-11 20:52:34 -05:00
< / footer >
< / html >