Fix for pre/table overflow, title h1->div
This commit is contained in:
@ -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>
|
||||
|
@ -14,9 +14,7 @@
|
||||
<main>
|
||||
<header>
|
||||
<h1>txt.</h1>
|
||||
<p>
|
||||
<%= desc %>
|
||||
</p>
|
||||
<p><%= desc %></p>
|
||||
</header>
|
||||
<form action="/get" method="get" class="input-grid">
|
||||
<div class="input">
|
||||
@ -51,4 +49,4 @@
|
||||
</form>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user