19 lines
912 B
HTML
19 lines
912 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<!--Yo! If you're not happy with this message, or have no idea how to get rid of it, please contact us on Matrix at #pubnix:projectsegfau.lt!-->
|
|
<!--(◕ ‿ ◕ ✿)-->
|
|
<head>
|
|
<title>This site is empty - Project Segfault Pubnix</title>
|
|
<style>
|
|
body {
|
|
font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
|
|
background-color: #151515;
|
|
color: #fff;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>This site is currently empty!</h1>
|
|
<p>The user who owns this usersite has not bothered filling out their website yet. If you own this site, you can edit this message in <code>index.html</code> in <code>~/public_html</code> in your Pubnix user.</p>
|
|
</body>
|
|
</html> |