Rough landing page

mistress
Xenofem 2018-11-24 14:54:30 -05:00
parent da1a7e55cd
commit bc9fb945af
3 changed files with 26 additions and 0 deletions

1
fonts/LICENSE Normal file
View File

@ -0,0 +1 @@
Sans Forgetica is Copyright (c) 2018 RMIT University, and is released under a CC-BY-NC license (https://creativecommons.org/licenses/by-nc/4.0/) at https://sansforgetica.rmit/.

BIN
fonts/SansForgetica-Regular.otf Executable file

Binary file not shown.

25
index.html Normal file
View File

@ -0,0 +1,25 @@
<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>