generated from nhcarrigan/template
feat: backup our static pages
This commit is contained in:
34
games/beccalia/index.html
Normal file
34
games/beccalia/index.html
Normal file
@ -0,0 +1,34 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Beccalia Games</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="description" content="Welcome to the Beccalia game series!" />
|
||||
<script src="https://cdn.nhcarrigan.com/headers/index.js" async defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<h1>Beccalia Games</h1>
|
||||
<section>
|
||||
<p>Welcome to the Beccalia game series! These games feature our two original characters, Becca Lyria and Rosalia Nightsong. Click the links below to play the games!</p>
|
||||
</section>
|
||||
<section>
|
||||
<h2>Links</h2>
|
||||
<p>
|
||||
<a href="https://beccalia.nhcarrigan.com/prologue">
|
||||
🩵 Prologue
|
||||
</a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://beccalia.nhcarrigan.com/origins">
|
||||
🩷 Origins (Demo)
|
||||
</a>
|
||||
</p>
|
||||
<p>
|
||||
We are currently on a hiatus from game development. But we may return in the future - be sure to join our Discord server so you don't miss any updates~!
|
||||
</p>
|
||||
</section>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user