biter/views/index.ejs

12 lines
259 B
Text
Raw Normal View History

2024-03-07 17:53:10 +03:00
<!DOCTYPE html>
<html>
<head>
<%- include("partials/head.ejs", { title, description }) %>
</head>
<body>
<h1><%= description %></h1>
<p>blah blah blah nitter is fucked</p>
<a href="/elonmusk/status/1519480761749016577">try it!</a>
</body>
</html>