#3 CSS and HTML

This commit is contained in:
2022-12-25 12:18:15 +01:00
parent ac26050a78
commit 0f69c44cc3
7 changed files with 110 additions and 7 deletions

View File

@@ -1,3 +1,5 @@
{% load static %}
<!DOCTYPE html>
<html lang="en">
<head>
@@ -5,10 +7,11 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Web Gallery</title>
<link rel="stylesheet" href="{% static 'web-galleries.css' %}">
</head>
<body>
<div class="RV-Page">
<head class="RV-Head">
<header class="RV-Header">
<nav class="RV-Navigation">
<ul class="RV-Navigation__list">
<li class="RV-Navigation__item">
@@ -33,7 +36,7 @@
</li>
</ul>
</nav>
</head>
</header>
<main class="RV-Content">
{% block content %}
{% endblock content %}