Diary/templates/index.html
2014-05-22 16:18:33 +02:00

12 lines
287 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Diary</title>
<link rel="stylesheet" href="{{ url_for('static',filename='style.css') }}"/>
<script src="{{ url_for('static',filename='script.js') }}"></script>
</head>
<body>
No content yet!
</body>
</html>