12 lines
224 B
Text
12 lines
224 B
Text
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<title>Tera Demo</title>
|
||
|
<link rel="stylesheet" href="style/style.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
{% block content %}{% endblock content %}
|
||
|
</body>
|
||
|
</html>
|