mirror of
https://github.com/sigmasternchen/Diary
synced 2025-03-15 15:18:57 +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>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>Diary</title>
|
<title>Diary</title>
|
||||||
|
<link rel="stylesheet" href="{{ url_for('static',filename='style.css') }}"/>
|
||||||
|
<script src="{{ url_for('static',filename='script.js') }}"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
No content yet!
|
No content yet!
|
||||||
|
|
Loading…
Reference in a new issue