Rough landing page
This commit is contained in:
parent
da1a7e55cd
commit
bc9fb945af
1
fonts/LICENSE
Normal file
1
fonts/LICENSE
Normal 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
BIN
fonts/SansForgetica-Regular.otf
Executable file
Binary file not shown.
25
index.html
Normal file
25
index.html
Normal 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>
|
Loading…
Reference in a new issue