1
0
Fork 0
mirror of https://github.com/alangrainger/immich-public-proxy.git synced 2025-01-01 05:31:59 +00:00
immich-public-proxy/app/views/home.ejs

31 lines
764 B
Text
Raw Normal View History

2024-11-15 19:03:23 +00:00
<!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">
2024-11-15 19:03:23 +00:00
<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>