Basic layout and style
This commit is contained in:
18
templates/index.html
Normal file
18
templates/index.html
Normal file
@ -0,0 +1,18 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<header>
|
||||
<div class="wrap">
|
||||
<h1>Letní Tábor Na Kocandě</h1>
|
||||
<p>What the fuck did you just fucking say about me, you little bitch? I'll have you know I graduated top of my class in the Navy Seals, and I've been involved in numerous secret raids on Al-Quaeda, and I have over 300 confirmed kills. I am trained in gorilla warfare and I'm the top sniper in the entire US armed forces.</p>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<section class="wrap">
|
||||
<h2>Poslední příspěvek</h2>
|
||||
</section>
|
||||
|
||||
<section class="wrap">
|
||||
Popisky
|
||||
</section>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user