<html>
<head>
<style>
body {
background-color: #0c0c0c;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
text-align: center;
font-family: "Anonymous Pro", "sans-serif";
font-size: 15px;
transform: translateY(200px);
}
.color-text {
color: red;
}
.color-text2 {
color: white;
}
</style>
</head>
<body>
<div class="center">
<div class="color-text">
<p>
The page you were looking for is down, or does not exist.
</p>
</div>
<div class="color-text2">
<p2>
Click
<a href="https://[Log in to view URL]" target="_blank">
here
</a>
to return to the main page.
</p2>
</div>
<div class="color-text">
<p>
Error 403.
</p>
</div>
</div>
</body>
</html>
To embed this project on your website, copy the following code and paste it into your website's HTML: