Started working on updating styles

This commit is contained in:
2023-11-26 01:23:30 -05:00
parent a57bcb9c2f
commit df2a96c3b4
4 changed files with 77 additions and 4 deletions

View File

@ -6,12 +6,13 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>{% block title %}{% endblock %} | Leviathan</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.min.css">
<link rel="stylesheet" href="/css/eye.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js" charset="utf-8"></script>
</head>
<body>
{% include 'partials/navbar.twig' %}
<div class="container">
<div id="main-content" class="container">
{% block content %}{% endblock %}
</div>