add favicon
This commit is contained in:
@@ -4,9 +4,10 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>PingQL<%= it.title ? ` — ${it.title}` : '' %></title>
|
||||
<link rel="stylesheet" href="/dashboard/tailwind.css?v=<%= it.cssHash %>">
|
||||
<link rel="stylesheet" href="/dashboard/app.css?v=<%= it.cssHash %>">
|
||||
<script src="/dashboard/app.js?v=<%= it.jsHash %>"></script>
|
||||
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
|
||||
<link rel="stylesheet" href="/assets/tailwind.css?v=<%= it.cssHash %>">
|
||||
<link rel="stylesheet" href="/assets/app.css?v=<%= it.cssHash %>">
|
||||
<script src="/assets/app.js?v=<%= it.jsHash %>"></script>
|
||||
<% if (it.scripts) { it.scripts.forEach(function(s) { %>
|
||||
<script src="<%= s %>"></script>
|
||||
<% }) } %>
|
||||
|
||||
Reference in New Issue
Block a user