Skip to content

Commit

Permalink
tabler icons cdn added to standard UI mode
Browse files Browse the repository at this point in the history
  • Loading branch information
DogukanUrker committed Jan 16, 2024
1 parent 2639664 commit 1f65848
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/standardUI/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
rel="icon"
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>📜</text></svg>"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@tabler/[email protected]/tabler-icons.min.css"
/>
{% block head %} {% endblock head %}
</head>
<body>
Expand Down

0 comments on commit 1f65848

Please sign in to comment.