cellarspoon
3 years ago
No known key found for this signature in database
GPG Key ID: 3789458B3D0C410
2 changed files with
2 additions and
0 deletions
-
static/styles.css
-
templates/index.html
|
@ -0,0 +1 @@ |
|
|
|
|
|
/* go wild ... */ |
|
@ -3,6 +3,7 @@ |
|
|
<head> |
|
|
<head> |
|
|
<meta charset="utf-8" /> |
|
|
<meta charset="utf-8" /> |
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" /> |
|
|
<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> |
|
|
<title>THIS IS A TITLE</title> |
|
|
</head> |
|
|
</head> |
|
|
<body> |
|
|
<body> |
|
|