mirror of
https://github.com/rwf2/Rocket.git
synced 2025-01-02 15:52:41 +00:00
11 lines
173 B
Plaintext
11 lines
173 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Tera Demo</title>
|
|
</head>
|
|
<body>
|
|
{% block content %}{% endblock content %}
|
|
</body>
|
|
</html>
|