mirror of
https://github.com/tmdinosaurcenter/kiosk-guestbook.git
synced 2025-04-03 10:51:23 -06:00
Add logo to the header
This commit is contained in:
parent
524fc06913
commit
4ce2544038
BIN
static/images/logo.png
Normal file
BIN
static/images/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
@ -4,7 +4,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Museum Visitor Guestbook</title>
|
||||
<title>The Montana Dinosaur Center Visitor Guestbook</title>
|
||||
<!-- Bootstrap CSS -->
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<style>
|
||||
@ -39,7 +39,10 @@
|
||||
|
||||
<body>
|
||||
<div class="container mt-5 mb-5">
|
||||
<h1 class="mb-4">Museum Visitor Guestbook</h1>
|
||||
<header class="d-flex align-items-center mb-4">
|
||||
<img src="static/images/logo.png" alt="Museum Logo" class="me-3" style="height: 50px;">
|
||||
<h1 class="h3 mb-0">Museum Visitor Guestbook</h1>
|
||||
</header>
|
||||
|
||||
<!-- Brief instructions for the form -->
|
||||
<div class="alert alert-info" role="alert">
|
||||
|
Loading…
x
Reference in New Issue
Block a user