Fix for pre/table overflow, title h1->div

This commit is contained in:
DarkCat09
2023-08-15 19:13:09 +04:00
parent b4d710334e
commit 6a0eda16d6
3 changed files with 19 additions and 11 deletions

View File

@ -5,17 +5,15 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="robots" content="noindex, nofollow">
<title>
<%= parsed.title %>
</title>
<title><%= parsed.title %></title>
<link rel="stylesheet" href="/static/common.css">
</head>
<body>
<main>
<h1>
<div class="title">
<%= parsed.title %>
</h1>
</div>
<%- parsed.content %>
</main>
</body>
</html>
</html>