styles
This commit is contained in:
parent
baf7acc78e
commit
84f9f39356
1
static/styles.css
Normal file
1
static/styles.css
Normal file
@ -0,0 +1 @@
|
||||
/* go wild ... */
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user