-
Notifications
You must be signed in to change notification settings - Fork 0
/
About-GI-Prosperous-Partnerships.html
42 lines (42 loc) · 1.64 KB
/
About-GI-Prosperous-Partnerships.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>About Genshin Impact: Prosperous Partnerships</title>
<link rel="stylesheet" href="reset.css" type="text/css">
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body>
<header>
<h1>About Genshin Impact: Prosperous Partnerships</h1>
<nav>
<ul>
<li> </li>
<li><a href="index.html">Home</a></li>
<li>|</li>
<li><a href="aboutme.html">About Me</a></li>
<li>|</li>
<li><a href="abouttwine.html">Twine</a></li>
</ul>
</nav>
</header>
<div id="projects">
<div class="project">
<h2>Genshin Impact: Prosperous Partnerships</h2>
<p><em>Genshin Impact: Prosperous Partnerships</em> is an interactive flowchart aimed at aiding in deciding which character to choose from Genshin Impact's 2.4 Lantern Rite event Prosperous Partnerships</p>
<p>The original flowchart was created by <a href="https://www.reddit.com/r/Genshin_Impact/comments/scgxfl/24_lantern_rite_prosperous_partnerships_whom/">u/DXLi on Reddit</a></p>
<p><a href="twine/GI-Prosperous-Partnerships-v2.html" target="_blank" rel="noopener noreferrer">Play</a></p>
</div>
</div>
<footer>
<nav>
<ul>
<li> </li>
<li>Last updated 18 Feburary 2022.</li>
<li>|</li>
<li><a href="privacy.html">Privacy</a></li>
</ul>
</nav>
</footer>
</body>
</html>