aboutsummaryrefslogtreecommitdiffstats
path: root/templates/header.html
blob: 5b50d1a9573883e658697a61a14e0848b66d9218 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!doctype html>
<html lang="en">
  <head>
    <!-- Required meta tags -->
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">

    <!-- 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>
<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><a href="/entity">Veřejný rejstřík podle právnických osob v angažmá</a></td>
    <td><a href="/trivia">Zajímavosti z obchodního rejstříku</a></td>
  </tr>
</table>