local pico css
This commit is contained in:
parent
e7cd66c82d
commit
bb9948ea06
2 changed files with 6 additions and 1 deletions
5
static/pico.min.css
vendored
Normal file
5
static/pico.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
|
@ -3,7 +3,7 @@
|
||||||
<html lang="en" data-theme="dark">
|
<html lang="en" data-theme="dark">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<link rel="stylesheet" href="https://unpkg.com/@picocss/pico@1.*/css/pico.min.css">
|
<link rel="stylesheet" href="{{ url_for('static', filename='pico.min.css') }}">
|
||||||
<title>TrhBar</title>
|
<title>TrhBar</title>
|
||||||
<style>
|
<style>
|
||||||
.message {
|
.message {
|
||||||
|
|
Loading…
Reference in a new issue