Compare commits
2 Commits
bab6dc31db
...
be2e90d182
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
be2e90d182 | ||
|
|
05b83025a1 |
@@ -1,6 +1,8 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<title>{% block title %}{% endblock title %}</title>
|
<title>{% block title %}{% endblock title %}</title>
|
||||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
||||||
<link href="/static/theme.css" rel="stylesheet">
|
<link href="/static/theme.css" rel="stylesheet">
|
||||||
|
|||||||
@@ -4,10 +4,10 @@
|
|||||||
{% block main %}
|
{% block main %}
|
||||||
<div class="container-fluid bg-dark text-light text-center">
|
<div class="container-fluid bg-dark text-light text-center">
|
||||||
<hr class="my-0">
|
<hr class="my-0">
|
||||||
<div class="py-4">
|
<div class="pt-4 pb-2">
|
||||||
<h1 class="display-1">Langley</h1>
|
<h1 class="display-1">Langley</h1>
|
||||||
<span class="fst-italic">The Village by The Sea</span>
|
<span class="fst-italic">The Village by The Sea</span>
|
||||||
<br><span>Incorporated 1913</span>
|
<p>Founded in 1891</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="container-md mt-2 text-end">
|
<div class="container-md mt-2 text-end">
|
||||||
|
|||||||
Reference in New Issue
Block a user