From 00e4951fd089353d54ce193c80aa75d2e2bcc073 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Sat, 24 Aug 2019 19:05:24 -0700 Subject: Layout: Add links to homepage --- youtube/templates/home.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 youtube/templates/home.html (limited to 'youtube/templates') diff --git a/youtube/templates/home.html b/youtube/templates/home.html new file mode 100644 index 0000000..c7f7666 --- /dev/null +++ b/youtube/templates/home.html @@ -0,0 +1,22 @@ +{% set page_title = title %} +{% extends "base.html" %} +{% block style %} + ul { + background-color: #dadada; + padding: 20px; + width: 400px; + margin: auto; + margin-top: 20px; + } + li { + margin-bottom: 10px; + } +{% endblock style %} +{% block main %} + +{% endblock main %} -- cgit v1.2.3