site/custard.html

35 lines
743 B
HTML
Raw Normal View History

2025-08-14 22:09:23 -05:00
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<title>r.i.p custard/rizzkey 🍮</title>
<link rel="icon" type="image/png" href="/assets/custard.svg">
<meta lang="en-US">
<style>
html {
background: #172426;
color: #DADADA;
}
body {
display: flex;
flex-direction: column;
align-items: center;
position: relative;
width: 100vw;
height: 100vh;
margin: 0;
}
.custard {
width: 128px;
height: 128px;
margin-top: auto;
margin-bottom: auto;
}
</style>
</head>
<body>
<img class="custard" alt="An image of custard" src="/assets/custard.svg" />
</body>
</html>