25 lines
502 B
Text
25 lines
502 B
Text
<% if (it.debug) { %>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<style>
|
|
:root {
|
|
height: 100%;
|
|
font-family: 'Figtree', Arial, Helvetica, sans-serif;
|
|
}
|
|
* {
|
|
font-family: inherit;
|
|
}
|
|
body {
|
|
margin: 0;
|
|
background-color: black;
|
|
display: grid;
|
|
place-items: center;
|
|
height: 100%;
|
|
}
|
|
</style>
|
|
<link rel="stylesheet" href="/style.css">
|
|
<title>OpenGraph Debug Preview</title>
|
|
</head>
|
|
<% } %>
|
|
<%~ it.body %> |