29 lines
No EOL
634 B
PHP
29 lines
No EOL
634 B
PHP
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<title>home</title>
|
|
<link rel="stylesheet" href="style/stuff.css">
|
|
</head>
|
|
|
|
<body>
|
|
<div class="center">
|
|
<h1>Welcome</h1>
|
|
|
|
<p>Hello! This is <a href="/" target="_top">Epiphany's</a>
|
|
crew site. It's rather small at the moment since I've just restarted the game after several
|
|
years away!</p>
|
|
|
|
<div class="divide"></div>
|
|
|
|
<h1>Updates</h1>
|
|
|
|
<h2 class="date">14 March 2022</h2>
|
|
<p>I've started showing, so I updated the current show dogz page's with their show name and pose
|
|
pics!</p>
|
|
|
|
<h2 class="date">18 February 2022</h2>
|
|
<p>Site created!</p>
|
|
</div>
|
|
</body>
|
|
</html> |