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