mirror of
https://github.com/towalink/wgfrontend.git
synced 2025-08-28 07:41:14 +00:00
16 lines
438 B
HTML
16 lines
438 B
HTML
![]() |
<html>
|
||
|
<head>
|
||
|
<meta http-equiv='content-type' content='text/html; charset=utf-8' />
|
||
|
<title>Towalink WireGuard Frontend</title>
|
||
|
<link rel='stylesheet' media='screen' href='/static/layout.css' />
|
||
|
</head>
|
||
|
<body>
|
||
|
<div class='container'>
|
||
|
<div class='header'>
|
||
|
{% include 'part_header.html' %}
|
||
|
</div>
|
||
|
<div class='content'>{% block content %}{% endblock %}</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|