Mind-Fuck/basic-site/templates/index.mustache

11 lines
140 B
Plaintext
Raw Permalink Normal View History

2023-11-10 02:37:39 +00:00
<!DOCTYPE html>
<html>
<head>
<title>{{title}}</title>
</head>
<body>
<h1>{{title}}</h1>
<p>We will we will... RAKU!!</p>
</body>
</html>