mirror of https://github.com/rwf2/Rocket.git
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>
|