biter/views/index.ejs
2024-03-07 18:16:16 +03:00

12 lines
354 B
Text

<!DOCTYPE html>
<html>
<head>
<%- include("partials/head.ejs", { title, description }) %>
</head>
<body>
<h1><%= description %></h1>
<p>blah blah blah nitter is fucked</p>
<p><a href="/elonmusk/status/1519480761749016577">try it!</a></p>
<p><a href="https://git.slonk.ing/slonk/biter">view source code (big mistake)</a></p>
</body>
</html>