34 lines
834 B
HTML
34 lines
834 B
HTML
|
|
<head>
|
|
<link href="https://unpkg.com/picnic" rel="stylesheet">
|
|
<title>RetryLife</title>
|
|
<style>
|
|
@font-face{
|
|
font-family: "8-bit";
|
|
src: url('./font.txt'),
|
|
url('./font.txt'); /* IE */
|
|
}
|
|
body {
|
|
font-family: "8-bit";
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="flex one three-600 demo">
|
|
<div><span></span></div>
|
|
<div style="text-align:center;" class="lll"><span>
|
|
<br>
|
|
<br>
|
|
<h1>RetryLife</h1>
|
|
<a href="Http://retrylife.bandcamp.com"><h2>Music</h2></a>
|
|
<a href="https://www.youtube.com/channel/UCrHT3Lt0Mg90bspbMHJfTcA"><h2>Video</h2></a>
|
|
<a href="./donate.html"><h2>Donate</h2></a>
|
|
<a href="https://github.com/Ewpratten"><h2>Github</h2></a>
|
|
<a href="http://www.rssmix.com/u/8265803/rss.xml"><h2>RSS</h2></a>
|
|
<a href="./about.html"><h2>About Me</h2></a>
|
|
</span></div>
|
|
<div><span></span></div>
|
|
</div>
|
|
</body>
|