adicionado /register /login
This commit is contained in:
parent
8c1eb7dee8
commit
9d3efaadfe
8 changed files with 76 additions and 22 deletions
|
|
@ -1,13 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>onions</title>
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
|
||||
</head>
|
||||
<header><h1>onions</h1><p><h2>find the onion of your life!</h2></p></header>
|
||||
<nav><a href="/register">register</a> / <a href="/login">login</a> / <a href="/search">search</a></nav>
|
||||
<body>
|
||||
<h1>Welcome!</h1>
|
||||
<p>WIP<p>
|
||||
</body>
|
||||
</html>
|
||||
{% extends "page.html" %}
|
||||
|
||||
{% block content %}
|
||||
<h2>Home</h2>
|
||||
<p>Page text</p>
|
||||
<p>Page text</p>
|
||||
<p>Page text</p>
|
||||
<p>Page text</p>
|
||||
<p>Page text</p>
|
||||
<p>Page text</p>
|
||||
<p>Page text</p>
|
||||
<p>Page text</p>
|
||||
<p>Page text</p>
|
||||
<p>Page text</p>
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue