mirror of
https://github.com/sigmasternchen/Diary
synced 2025-03-15 07:08:56 +00:00
Added script.js and style.css
This commit is contained in:
parent
e9323c4859
commit
a7b33e30d4
3 changed files with 2 additions and 0 deletions
0
static/script.js
Normal file
0
static/script.js
Normal file
0
static/style.css
Normal file
0
static/style.css
Normal 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!
|
||||
|
|
Loading…
Reference in a new issue