mirror of
https://github.com/sigmasternchen/Diary
synced 2025-03-15 15:18:57 +00:00
12 lines
287 B
HTML
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>
|