#3 CSS and HTML
This commit is contained in:
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user