소스 검색

adding Copim favicon

joel
Simon Bowie 2 년 전
부모
커밋
a770f2dc86
4개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. BIN
      web/app/static/images/favicon-no_bg.png
  2. BIN
      web/app/static/images/favicon.png
  3. +4
    -0
      web/app/static/styles/main.css
  4. +2
    -0
      web/app/templates/base.html

BIN
web/app/static/images/favicon-no_bg.png 파일 보기

Before After
Width: 221  |  Height: 222  |  Size: 9.9KB

BIN
web/app/static/images/favicon.png 파일 보기

Before After
Width: 221  |  Height: 222  |  Size: 4.1KB

+ 4
- 0
web/app/static/styles/main.css 파일 보기

gap: 1rem; gap: 1rem;
} }


.facts a {
text-decoration: underline;
}

@media (min-width: 1024px) { @media (min-width: 1024px) {


.facts { .facts {

+ 2
- 0
web/app/templates/base.html 파일 보기

<script src="{{ url_for('static',filename='js/alpine.min.js') }}" defer></script> <script src="{{ url_for('static',filename='js/alpine.min.js') }}" defer></script>
<script src="{{ url_for('static',filename='js/htmx.min.js') }}"></script> <script src="{{ url_for('static',filename='js/htmx.min.js') }}"></script>
<link href="{{ url_for('static',filename='styles/main.css') }}" rel="stylesheet"> <link href="{{ url_for('static',filename='styles/main.css') }}" rel="stylesheet">
<link rel="shortcut icon" href="{{ url_for('static',filename='images/favicon-no_bg.png') }}" type="image/x-icon">
<link rel="icon" href="{{ url_for('static',filename='images/favicon-no_bg.png') }}" type="image/x-icon">
<script> <script>
// htmx.on('htmx:beforeRequest', e=> { // htmx.on('htmx:beforeRequest', e=> {
// console.log(e) // console.log(e)

Loading…
취소
저장