aboutsummaryrefslogtreecommitdiffstats
path: root/templates/header.html
diff options
context:
space:
mode:
authorPetr Šmerkl <46304018+SveterCZE@users.noreply.github.com>2021-04-18 00:16:48 +0200
committerPetr Šmerkl <46304018+SveterCZE@users.noreply.github.com>2021-04-18 00:16:48 +0200
commit9cceba9b3466a2e5a7e712414bdf006215d7cb18 (patch)
tree759ffa8973d32fae04acd2bf5899e0459b087b46 /templates/header.html
parent9a9914e21a4813e1ebb810be2b3b8084067c63b4 (diff)
downloadjustice-9cceba9b3466a2e5a7e712414bdf006215d7cb18.tar.gz
add search by persons
Diffstat (limited to 'templates/header.html')
-rw-r--r--templates/header.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/templates/header.html b/templates/header.html
index 30a4ebd..14b8bda 100644
--- a/templates/header.html
+++ b/templates/header.html
@@ -8,4 +8,12 @@
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<title>Search Results - Flask Justice Database</title>
-<body> \ No newline at end of file
+<body>
+<table class="table">
+ <tr>
+ <td><a href="/">Veřejný rejstřík podle subjektů</a></td>
+ <td><a href="/osoby">Veřejný rejstřík podle fyzických osob v angažmá</a></td>
+ <td>Veřejný rejstřík podle právnických osob v angažmá (coming soon)</td>
+ <td><a href="/trivia">Zajímavosti z obchodního rejstříku</a></td>
+ </tr>
+</table> \ No newline at end of file