20 lines
761 B
HTML
20 lines
761 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>clefairy.org</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div style="display: flex; justify-content: center;">
|
|
<img src="/clefairy.jpg" />
|
|
</div>
|
|
<h1 style="text-align: center;">welcome to clefairy.org!!<h1>
|
|
<p style="text-align: center; font-size: 20px; font-weight: normal; margin-bottom: 30px;">inquire[at]clefairy.org</p>
|
|
<div style="display: flex; justify-content:center;">
|
|
<img src="https://capstasher.neocities.org/88x31Buttons/127.gif" />
|
|
<img src="https://capstasher.neocities.org/88x31Buttons/adobe_asanim1.gif" />
|
|
<img src="https://capstasher.neocities.org/88x31Buttons/anythingbut.gif" />
|
|
</div>
|
|
</body>
|
|
</html>
|