mindjack/index.html

26 lines
488 B
HTML
Raw Normal View History

2018-11-24 14:54:30 -05:00
<html>
<head>
<link rel="manifest" href="manifest.webmanifest">
<style>
@font-face {
font-family: 'SansForgetica';
src: url('fonts/SansForgetica-Regular.otf');
}
body {
background-color: black;
color: red;
font-family: 'SansForgetica';
text-align: center;
}
a {
color: red;
}
</style>
</head>
<body>
<h1>mindjack</h1>
<p><a href="follow/">follow</a></p>
<p><a href="colors/">colors</a></p>
</body>
</html>