Mind-Fuck/basic-site/templates/index.mustache
2023-11-09 21:37:39 -05:00

11 lines
140 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<title>{{title}}</title>
</head>
<body>
<h1>{{title}}</h1>
<p>We will we will... RAKU!!</p>
</body>
</html>