"favicon"
This commit is contained in:
parent
fb2d17fbfb
commit
63d4d683bb
BIN
tetawebapp/static/images/favicon.png
Normal file
BIN
tetawebapp/static/images/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 167 B |
@ -159,6 +159,7 @@ main > article > img {
|
||||
border-color: var(--mid-bg);
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
main > article > p > a {
|
||||
|
@ -7,6 +7,7 @@
|
||||
<link rel="stylesheet" type="text/css" href="/static/styles/colors.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/static/styles/fonts.css" />
|
||||
<link rel="stylesheet" type="text/css" href="/static/styles/tetawebapp.css" />
|
||||
<link rel="icon" type="image/png" href="/static/images/favicon.png" />
|
||||
<script type="text/javascript" src="/static/scripts/tetawebapp.js"></script>
|
||||
</head>
|
||||
{% block bodyheader %}
|
||||
|
Loading…
Reference in New Issue
Block a user