emese/views/index.ejs
2024-04-03 10:26:46 +02:00

20 lines
938 B
Plaintext

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Pixelify+Sans&family=Reddit+Mono:wght@200..900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="master.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
<title>Gallery index</title>
</head>
<body>
<h1 style="text-align: center;">Gallery index</h1>
<div style="display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 1rem;">
<%- links %>
</div>
<p style="position: fixed; left: 10px; bottom: 10px; margin-bottom: 0px; font-size: 10px;">Running <strong>EMESE</strong> v1.0</p>
</body>
</html>