epiphany/movin/index.html
2022-11-12 16:13:57 -08:00

18 lines
No EOL
520 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Epiphany has moved!</title>
<link rel="stylesheet" type="text/css" href="move.css">
</head>
<body>
<div id="content">
<div id="banner"><img src="banner.png"></div>
<div id="text"><i>Epiphany has moved!</i></div>
<div id="link">
<a href="https://epiphany.punkfairie.net">(See you on the other side of the web...)</a>
</div>
</div>
</body>
</html>