16 lines
342 B
HTML
16 lines
342 B
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<title>LAINTILDE0</title>
|
|
<link rel="stylesheet" href="{{url_for('static',filename='main.css')}}">
|
|
</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>
|