lyadmin/templates/main_layout.html

16 lines
360 B
HTML
Raw Normal View History

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