lyadmin/templates/layout.html

16 lines
342 B
HTML
Raw Normal View History

2020-11-21 19:40:19 -05:00
<!DOCTYPE html>
<head>
<title>LAINTILDE0</title>
2020-11-21 19:40:19 -05:00
<link rel="stylesheet" href="{{url_for('static',filename='main.css')}}">
</head>
<h1>lingy.in</h1>
2020-11-21 19:40:19 -05:00
<body>
<div class="container">
{%block content%}
{%endblock%}
</div>
</body>
<footer>admin: <a href="email:gashapwn@protonmail.com">gashapwn@protonmail.com</a></footer>
2020-11-21 19:40:19 -05:00
</html>