13 lines
385 B
HTML
13 lines
385 B
HTML
<!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>
|