VEL-Connect/website/content/failure.html

21 lines
305 B
HTML

---
title: "FAILURE"
---
<style>
body {
background-color: #333;
font-size: 1.2em;
}
.centered {
margin: 8em auto;
width: max-content;
font-family: arial, sans-serif;
color: #ddd;
}
</style>
<div class="centered">
🤮 FAIL 🤡
</div>