-
Notifications
You must be signed in to change notification settings - Fork 12
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 #23 from felikatze/mira-friendquest-stuff
wip dagger page
- Loading branch information
Showing
5 changed files
with
376 additions
and
4 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,70 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Your Dagger</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>Your Dagger</h1> | ||
<p><i>All text relating to the Dagger item.</i></p> | ||
<p><b>Sources:</b> Common Events 67 (ITEM_suicide), 104 (LOOP_loopbackDialogue), 162 (Loop PreDialogue), 163 | ||
|
||
<br> | ||
|
||
<p><b>This page contains descriptions of self-harm and suicide.</b></p> | ||
|
||
<br> | ||
|
||
<h1>Index</h1> | ||
|
||
<ul> | ||
<li><a href="#obtain">Obtaining</a></li> | ||
<li><a href="#usage">Usage</a></li> | ||
<li><a href="#loop">Other Loop conversations</a> | ||
<ul> | ||
<li>PreDialogue Dagger 2 (next loop after obtaining)</li> | ||
<li>Chatting dagger 1</li> | ||
<li>Chatting dagger 2</li> | ||
<li>Chatting dagger 3</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
<p class="dialogue-note"> | ||
<br> | ||
|
||
<h1 id="obtain">Obtaining</h1> | ||
PreDialogue Dagger 1 | ||
|
||
<h1 id="usage">Usage</h1> | ||
CE 67 for usage, CE 104 for wake up | ||
|
||
<h1 id="loop">Other Loop conversations</h1> | ||
Predialogue dagger 2 | ||
Chatting dagger 1-3 | ||
|
||
|
||
</main> | ||
|
||
<foot-er></foot-er> | ||
|
||
</div> | ||
|
||
</body> | ||
|
||
</html> |
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
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
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
Oops, something went wrong.