aboutsummaryrefslogtreecommitdiff
path: root/templates/shared/base.html
diff options
context:
space:
mode:
authorBobby <[email protected]>2024-12-12 13:49:07 -0500
committerBobby <[email protected]>2024-12-12 13:49:07 -0500
commit281b7301c8d97051e28608789ce07a5d505e476c (patch)
tree64b4239d46e5b1125a7fb697202a1146018acb1e /templates/shared/base.html
parentc0bd4e25dc6d1dbbe76cb88c36d74b621dbdb58c (diff)
downloadthatcomputerscientist-281b7301c8d97051e28608789ce07a5d505e476c.tar.xz
thatcomputerscientist-281b7301c8d97051e28608789ce07a5d505e476c.zip
more changes to home page
Diffstat (limited to 'templates/shared/base.html')
-rw-r--r--templates/shared/base.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/templates/shared/base.html b/templates/shared/base.html
index 32e495c1..0957de5a 100644
--- a/templates/shared/base.html
+++ b/templates/shared/base.html
@@ -20,10 +20,6 @@
<link rel="icon" type="image/png" sizes="16x16" href="{% static 'images/favicons/favicon-16x16.png' %}" />
<link rel="manifest" href="{% static 'images/favicons/site.webmanifest' %}" />
<link type="text/css" rel="stylesheet" href="{% static 'css/shared/core.css' %}" />
- <link rel="preconnect" href="https://fonts.googleapis.com" />
- <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
- <link href="https://fonts.googleapis.com/css2?family=Mali:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet" />
- <script src="{% static 'js/shared/resolutionScaling.js' %}"></script>
{% block head %}
{% endblock %}
@@ -33,6 +29,7 @@
<source src="{% static 'videos/background_.mp4' %}" type="video/mp4" />
</video>
<div id="video-overlay"></div>
+ <div id="scanlines"></div>
<div id="body-wrapper">
{% include 'shared/header.html' %}
<div id="content-wrapper">