This commit is contained in:
Ross
2021-01-03 16:44:56 +00:00
parent 166843a611
commit 2205bd4dfe
4 changed files with 59 additions and 30 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<html>
<head>
<title>Penra Courses</title>
<title>PENRA Courses</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" />
<link rel="stylesheet" href="{% static 'css/anatomy.css' %}">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
+1 -1
View File
@@ -2,7 +2,7 @@
{% block content %}
<div class="anatomy">
<h1>Penra Courses</h1>
<h1>PENRA Courses</h1>
<a href="{% url 'anatomy:index'%}">Anatomy</a>
<a href="{% url 'physics:index'%}">Physics</a>
<a href="{% url 'login'%}">Log in</a>