diff options
author | Petr Šmerkl <46304018+SveterCZE@users.noreply.github.com> | 2021-01-31 00:28:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-31 00:28:28 +0100 |
commit | bce196c7f06c6d82102b4f7c422701055a6fc44b (patch) | |
tree | 1d3b30851959e0d58a5180bbaab84fc1b93bc9a7 /templates/header.html | |
parent | f017151bb09647f6ab93dc38e5f145eae0952faf (diff) | |
download | justice-bce196c7f06c6d82102b4f7c422701055a6fc44b.tar.gz |
Add files via upload
Diffstat (limited to 'templates/header.html')
-rw-r--r-- | templates/header.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/header.html b/templates/header.html new file mode 100644 index 0000000..30a4ebd --- /dev/null +++ b/templates/header.html @@ -0,0 +1,11 @@ +<!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>
\ No newline at end of file |