32 lines
715 B
HTML
32 lines
715 B
HTML
|
|
<head>
|
|
<link href="https://unpkg.com/picnic" rel="stylesheet">
|
|
<title>RetryLife</title>
|
|
<style>
|
|
@font-face{
|
|
font-family: "8-bit";
|
|
src: url('font.ttf'),
|
|
url('font.eot'); /* 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>
|
|
</span></div>
|
|
<div><span></span></div>
|
|
</div>
|
|
</body>
|