Browse Source

styles

main
cellarspoon 2 years ago
parent
commit
84f9f39356
No known key found for this signature in database GPG Key ID: 3789458B3D0C410
  1. 1
      static/styles.css
  2. 1
      templates/index.html

1
static/styles.css

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

1
templates/index.html

@ -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…
Cancel
Save