FileSharer/resources/base.html

23 lines
428 B
HTML
Raw Normal View History

2024-01-16 12:27:26 -06:00
<!DOCTYPE html>
<html lang="en">
2024-02-02 15:23:01 -06:00
2024-01-16 12:27:26 -06:00
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2024-02-02 14:08:21 -06:00
<link rel="stylesheet" href="https://violets-purgatory.dev/style.css">
2024-02-02 15:23:01 -06:00
2024-02-02 14:08:21 -06:00
2024-01-19 13:25:26 -06:00
<title>{TITLE}</title>
2024-01-16 12:27:26 -06:00
</head>
2024-02-02 15:23:01 -06:00
2024-01-16 12:27:26 -06:00
<body>
2024-02-02 15:23:01 -06:00
<div class="fadediv">
<ul>
{CONTENT}
</ul>
</div>
2024-01-16 12:27:26 -06:00
</body>
2024-02-02 15:23:01 -06:00
2024-01-16 12:27:26 -06:00
</html>