15 lines
599 B
Plaintext
15 lines
599 B
Plaintext
<!DOCTYPE html>
|
|
<html lang="en" class="dark">
|
|
<head>
|
|
<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.cssHash %>"></script>
|
|
<% if (it.scripts) { it.scripts.forEach(function(s) { %>
|
|
<script src="<%= s %>"></script>
|
|
<% }) } %>
|
|
</head>
|
|
<body class="bg-[#0a0a0a] text-gray-100 min-h-screen">
|