Diary/templates/index.html

13 lines
287 B
HTML
Raw Normal View History

2014-05-22 14:15:03 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Diary</title>
2014-05-22 14:18:33 +00:00
<link rel="stylesheet" href="{{ url_for('static',filename='style.css') }}"/>
<script src="{{ url_for('static',filename='script.js') }}"></script>
2014-05-22 14:15:03 +00:00
</head>
<body>
No content yet!
</body>
</html>