FileSharer/resources/base.html
2024-01-19 19:25:26 +00:00

12 lines
271 B
HTML

<!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">
<title>{TITLE}</title>
</head>
<body>
{CONTENT}
</body>
</html>