-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #141 from felikatze/mollys-wip-branch
act 2 intro page + odiletalk and confession reformatted + a bunch of small fixes
- Loading branch information
Showing
21 changed files
with
11,870 additions
and
2,868 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>ACT 2 Ending</title> | ||
|
||
<link href="/styletest.css" rel="stylesheet" type="text/css" media="all"> | ||
|
||
<link href="https://felicitations.neocities.org/feed.txt" rel="alternate" type="application/rss+xml" title="ISAT Script RSS Feed!"> | ||
|
||
<script src="https://felicitations.neocities.org/bars.js" defer></script> | ||
|
||
</head> | ||
|
||
<body> | ||
|
||
<div id="container"> | ||
|
||
<head-er></head-er> | ||
|
||
<main> | ||
|
||
<h1>ACT 2 Ending</h1> | ||
<p>WIP note: Finish page!</p> | ||
<p>The full ending sequence of ACT 2, from the fight against the King to talking to the Head Housemaiden.</p> | ||
|
||
<br> | ||
|
||
<p>This page contains compiled dialogue from:</p> | ||
<ul> | ||
<li><a href="/rooms/king/kingfight.html">King Fight</a></li> | ||
<li><a href="/rooms/end/endrooms.html">End Rooms</a></li> | ||
<li><a href="/rooms/end/miraend.html">Mirabelle End Talks</a></li> | ||
<li><a href="/rooms/end/isaend.html">Isabeau End Talks</a></li> | ||
<li><a href="/rooms/end/odileend.html">Odile End Talks</a></li> | ||
<li><a href="/rooms/end/bonnieend.html">Bonnie End Talks</a></li> | ||
<li><a href="/rooms/end/euphrasie.html">Euphrasie End Talk</a></li> | ||
</ul> | ||
|
||
<br> | ||
|
||
<h1>Index</h1> | ||
|
||
</main> | ||
|
||
<foot-er></foot-er> | ||
|
||
</div> | ||
|
||
</body> | ||
|
||
</html> |
Oops, something went wrong.