46 lines
1 KiB
HTML
46 lines
1 KiB
HTML
<html>
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="manifest" href="manifest.webmanifest">
|
|
<style>
|
|
@font-face {
|
|
font-family: 'Raleway';
|
|
src: url('fonts/Raleway-Regular.otf');
|
|
}
|
|
body {
|
|
background-color: black;
|
|
color: red;
|
|
font-family: 'Raleway';
|
|
text-align: center;
|
|
}
|
|
a {
|
|
color: red;
|
|
}
|
|
#footer {
|
|
margin-top: 3rem;
|
|
}
|
|
#footer img {
|
|
width: 40px;
|
|
height: 40px;
|
|
}
|
|
#footer h4 {
|
|
margin: 2px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="header">
|
|
<h1>mindjack</h1>
|
|
</div>
|
|
|
|
<h2><a href="follow/">follow</a></h2>
|
|
<h2><a href="colors/">colors</a></h2>
|
|
|
|
<div id="footer">
|
|
<h4>a project by <a href="https://xeno.science">xenofem</a></h4>
|
|
<h4><a href="https://xeno.science"><img src="xeno.svg"></a></h4>
|
|
<h4><a href="https://github.com/xenofem/mindjack">source</a></h4>
|
|
</div>
|
|
</body>
|
|
</html>
|