website/templates/index.html

14 lines
150 B
HTML
Raw Normal View History

2024-03-23 19:19:02 +00:00
<!DOCTYPE html>
<html>
<head>
<title>placeholder</title>
</head>
<body>
<h1>{{placeholder}}</h1>
</body>
</html>