23 lines
324 B
HTML
23 lines
324 B
HTML
<!DOCTYPE html5>
|
|
<html>
|
|
<head>
|
|
{% import "header.html" as header %}
|
|
<title>Flasksite</title>
|
|
<meta charset="UTF-8">
|
|
<link rel="stylesheet" href="/static/common.css">
|
|
|
|
<style>
|
|
</style>
|
|
</head>
|
|
|
|
|
|
<body>
|
|
<div id="content_body">
|
|
<p>test</p>
|
|
</div>
|
|
</body>
|
|
|
|
|
|
<script type="text/javascript">
|
|
</script>
|
|
</html>
|