added files after removing them 5 times on accident
This commit is contained in:
commit
b026d00bd9
6 changed files with 194 additions and 0 deletions
13
src/templates/index.html
Normal file
13
src/templates/index.html
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<!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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue