FileSharer/resources/base.html

15 lines
348 B
HTML
Raw Normal View History

2024-01-16 12:27:26 -06:00
<!DOCTYPE html>
<html lang="en">
<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-01-19 13:25:26 -06:00
<title>{TITLE}</title>
2024-01-16 12:27:26 -06:00
</head>
<body>
{CONTENT}
</body>
</html>