Added script.js and style.css

This commit is contained in:
benaryorg 2014-05-22 16:18:33 +02:00
parent e9323c4859
commit a7b33e30d4
3 changed files with 2 additions and 0 deletions

0
static/script.js Normal file
View file

0
static/style.css Normal file
View file

View file

@ -3,6 +3,8 @@
<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!