Fixes and style improvements; added a mock of terms, privacy and robots.txt
This commit is contained in:
parent
bbbc7655a0
commit
3f867b4027
6 changed files with 35 additions and 2 deletions
|
|
@ -5,6 +5,8 @@
|
|||
<title>{{ site_name }}</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" type="text/css" href="/static/style.css">
|
||||
<meta name="og:title" content="Cori+">
|
||||
<meta name="og:description" content="A simple social network. Post text statuses, optionally with image.">
|
||||
</head>
|
||||
<body>
|
||||
<div class="header">
|
||||
|
|
|
|||
7
templates/privacy.html
Normal file
7
templates/privacy.html
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block body %}
|
||||
<h1>Privacy Policy</h1>
|
||||
|
||||
|
||||
{% endblock %}
|
||||
7
templates/terms.html
Normal file
7
templates/terms.html
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block body %}
|
||||
<h1>Terms of Service</h1>
|
||||
|
||||
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue