You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
591 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>It works!</title>
<style>
body {
font-family: sans-serif;
text-align: center;
background-color: #212121;
color: #ebdbb2;
}
a {
color: #fb4934;
text-decoration: none;
}
</style>
</head>
<body>
<h1>It works!</h1>
<p>
This <a href="https://github.com/dxrto/flavors/tree/master/nginx">d.xr.to/nginx</a> server works! but has yet to be configured. (for this domain?)
</p>
</body>
</html>