Skip to content

Commit 6f3042a

Browse files
committed
Draft pro hlavni stranku
Signed-off-by: Kosieh Barter <[email protected]>
1 parent cf49cff commit 6f3042a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

apps/web/templates/draft_index.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!DOCTYPE html
2+
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4+
<html>
5+
<head>
6+
<title>Jizdoteka</title>
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">
12+
</head>
13+
<body>
14+
<div id="hlavicka">
15+
<h1>Jizdoteka.cz</h1>
16+
</div>
17+
</body>
18+
</html>

0 commit comments

Comments
 (0)