This commit is contained in:
cellarspoon 2021-12-06 11:25:36 +01:00
parent baf7acc78e
commit 84f9f39356
No known key found for this signature in database
GPG Key ID: 03789458B3D0C410
2 changed files with 2 additions and 0 deletions

1
static/styles.css Normal file
View File

@ -0,0 +1 @@
/* go wild ... */

View File

@ -3,6 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="{{ url_for('static', filename='styles.css') }}">
<title>THIS IS A TITLE</title>
</head>
<body>