local fontawesome

This commit is contained in:
bronku 2025-04-06 13:37:00 +02:00
parent 5d797f9f37
commit f0cd58040c
6 changed files with 35 additions and 6 deletions

View file

@ -7,7 +7,8 @@
<title>{{template "title" .}}</title>
<script src="/static/htmx2.04.js" defer></script>
<link rel="stylesheet" href="/static/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<link rel="stylesheet" href="/static/fontawesome/css/fontawesome.min.css">
<link rel="stylesheet" href="/static/fontawesome/css/solid.css">
</head>
<body>