mirror of
https://github.com/mollersuite/monofile.git
synced 2024-11-22 05:46:26 -08:00
24 lines
601 B
HTML
24 lines
601 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>monofile</title>
|
|
|
|
<meta name="og:site_name" content="monofile $Version">
|
|
<meta name="title" content="$CollectionName">
|
|
<meta name="description" content="$CollectionId - $Managers manager(s), $Files file(s)">
|
|
|
|
<!-- downloads.css is good eenough for this -->
|
|
|
|
<link
|
|
rel="stylesheet"
|
|
href="/static/style/downloads.css"
|
|
>
|
|
</head>
|
|
<body>
|
|
|
|
</body>
|
|
|
|
</html> |