We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f3042a commit a10d6eaCopy full SHA for a10d6ea
apps/web/templates/draft_index.html
@@ -1,6 +1,4 @@
1
-<!DOCTYPE html
2
- PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
<html>
5
<head>
6
<title>Jizdoteka</title>
apps/web/templates/draft_register.html
@@ -8,7 +8,7 @@
8
<link rel="icon" type="image/png" href="draft_jizdoteka.svg" />
9
<meta charset="utf-8">
10
<meta name="viewport" content="width=device-width, initial-scale=1">
11
- <link rel="stylesheet" href="./draft.css">
+ <link rel="stylesheet" href="./draft.css" />
12
</head>
13
<body>
14
<div>
0 commit comments