adjusting some static
parent
ba4e8894ff
commit
9499902c59
@ -1 +0,0 @@
|
||||
nobody has asked me anything yet :(
|
@ -1,3 +0,0 @@
|
||||
Privacy Policy
|
||||
|
||||
I'll do my best, dawg.
|
@ -1,3 +0,0 @@
|
||||
Terms and Conditions
|
||||
|
||||
You agree to not be an asshole and that nothing that happens on this site is my fault in any way.
|
@ -0,0 +1,16 @@
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<section id="main" class="wrapper">
|
||||
<div class="container">
|
||||
<header class="minor">
|
||||
<h2>Frequently Asked Questions</h2>
|
||||
</header>
|
||||
<section>
|
||||
<p class="sale-info">nobody has asked me anything yet :(</p>
|
||||
</section>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{% endblock %}
|
@ -0,0 +1,16 @@
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<section id="main" class="wrapper">
|
||||
<div class="container">
|
||||
<header class="minor">
|
||||
<h2>Privacy Policy</h2>
|
||||
</header>
|
||||
<section>
|
||||
<p class="sale-info">I'll do my best, dawg.</p>
|
||||
</section>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{% endblock %}
|
@ -0,0 +1,16 @@
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<section id="main" class="wrapper">
|
||||
<div class="container">
|
||||
<header class="minor">
|
||||
<h2>Terms and Conditions</h2>
|
||||
</header>
|
||||
<section>
|
||||
<p class="sale-info">You agree to not be an asshole and that nothing that happens on this site is my fault in any way.</p>
|
||||
</section>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{% endblock %}
|
Reference in New Issue