Files
VixenchromaWebSite/html/404.html

45 lines
2.1 KiB
HTML

<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="title" content="VixenChroma">
<meta name="description" content="VixenChroma - Line / Alyx website" />
<meta name="keywords" content="alyx le guen, alyx, le guen, line, vixenchroma">
<link rel="author" href="https://vixenchroma.com"/>
<link rel="icon" type="image/svg+xml" href="img/favicon.svg">
<link rel="stylesheet" href="/vixenchroma.css" />
<title>Vixenchroma</title>
</head>
<body>
<div id="container">
<div id="header"></div>
<div id="headerArea">
<a href="/" style="color:cyan">Are you lost ?</a><br>
<a href="/" style="color:deeppink">Are you lost ?</a><br>
<a href="/" style="color:red">Are you lost ?</a><br>
<a href="/" style="color:purple">Are you lost ?</a><br>
<a href="/" style="color:deeppink">Are you lost ?</a><br>
<a href="/" style="color:red">Are you lost ?</a><br>
<a href="/" style="color:cyan">Are you lost ?</a><br>
<a href="/" style="color:red">Are you lost ?</a><br>
<a href="/" style="color:deeppink">Are you lost ?</a><br>
<a href="/" style="color:deeppink">Are you lost ?</a><br>
<a href="/" style="color:purple">Are you lost ?</a><br>
<a href="/" style="color:red">Are you lost ?</a><br>
<a href="/" style="color:deeppink">Are you lost ?</a><br>
<a href="/" style="color:purple">Are you lost ?</a><br>
<a href="/" style="color:cyan">Are you lost ?</a><br>
<a href="/" style="color:deeppink">Are you lost ?</a><br>
<a href="/" style="color:deeppink">Are you lost ?</a><br>
<a href="/" style="color:cyan">Are you lost ?</a><br>
<a href="/" style="color:purple">Are you lost ?</a><br>
</div>
</div>
<style>
a {
text-decoration: none;
font-size: 30px;
}
</style>
</body>
</html>