1
0
Fork 0
mirror of https://github.com/alangrainger/immich-public-proxy.git synced 2024-12-29 12:21:57 +00:00
immich-public-proxy/app/views/home.ejs
2024-11-17 16:26:45 +01:00

30 lines
764 B
Text

<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<title></title>
<link rel="icon" href="/share/static/favicon.ico" type="image/x-icon">
<style>
html, body {
margin: 0;
height: 100vh;
background: #262626;
}
body {
display: flex;
justify-content: center;
align-items: center;
}
img {
max-width: 280px;
height: 280px;
opacity: 0.3;
}
</style>
</head>
<body>
<div class="container">
<a href="https://github.com/alangrainger/immich-public-proxy"><img src="/images/ipp.svg" alt=""></a>
</div>
</body>
</html>