FileSharer/resources/base.html

22 lines
400 B
HTML
Raw Permalink 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
2024-04-23 11:13:46 -05:00
<link rel="stylesheet" href="/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-04-23 13:05:34 -05:00
<h1>The Violet Archive</h1>
2024-02-02 15:23:01 -06:00
<div class="fadediv">
2024-04-23 13:05:34 -05:00
{CONTENT}
2024-02-02 15:23:01 -06:00
</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>