-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathindex.html
More file actions
85 lines (71 loc) · 3.68 KB
/
Copy pathindex.html
File metadata and controls
85 lines (71 loc) · 3.68 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title data-phrase="title">Phasmophobia Ghost Finder</title>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="keywords" content="phasmophobia, ghost finder, ghost checker, phasmophobia ghost finder, phasmophobia ghost checker, phasmophobia helper, ghost helper, phasmophobia randomiser, phasmophobia item randomiser, phasmophobia map randomiser, map randomiser" />
<meta name="description" content="The Phasmophobia Ghost Finder allows you to collate your clues to determine which ghost is haunting you. Also includes timers and map and item randomisers for Phasmophobia challenge modes." />
<link type="text/css" rel="stylesheet" href="phasmo.css" title="Standard" />
<link rel="shortcut icon" href="inc/favicon.ico" />
<script>let langs = {};</script>
<script src="data.js"></script>
<!-- Language files here -->
<script src="langs/en.js"></script>
<!-- Language files here -->
<script src="phasmo.js"></script>
</head>
<body class="dark">
<div class="body">
<div id="top">
<div id="links"><ul>
<li><span>D</span><span data-phrase="dark"></span></li>
<li><span>F</span><span data-phrase="fullscreen"></span></li>
<li><span>,</span><span data-phrase="fast"></span></li>
<li><span>.</span><span data-phrase="steps"></span></li>
<li><span>M</span><span data-phrase="mute"></span></li>
<li><span>C</span><span data-phrase="compact"></span></li>
<li><span>X</span><span data-phrase="reset"></span></li>
</ul></div>
<div id="ghost"><input type="text" id="ghostname" value="" placeholder="[N] Ghost Name" /><label><input type="radio" name="alone" value="" checked="checked" /><span>[A]</span></label><label><input type="radio" name="alone" value="1" /><span data-phrase="alone"></span></label><label><input type="radio" name="alone" value="0" /><span data-phrase="all"></span></label></div>
<div id="lang"><select name="lang"></select></div>
</div>
<div id="head">
<div>
<h1 data-phrase="title"></h1>
<div>
<div></div>
<div>
<h2 data-phrase="line1"></h2>
<p data-phrase="line2"></p>
<p><span data-phrase="line3"></span> <a href="https://www.reddit.com/user/Fantismal" target="_blank">Fantismal</a> (<a href="https://imgur.com/a/iEI0tJo" target="_blank">album</a>)</p>
<p style="margin-top: 1em;"><a href="#gameplay" data-phrase="gameplay"></a> | <a href="https://github.com/SirJimmothy/phasmo" target="_blank" data-phrase="github"></a> | <a href="https://discord.gg/H7ErZYxBJU" target="_blank" data-phrase="discord"></a> | <a href="https://ko-fi.com/sir_jimmothy" target="_blank" data-phrase="support_me"></a></p>
</div>
</div>
</div>
<div id="timers">
<h3 id="timer">0</h3><h3 id="play">></h3><h3 id="sound">M<label><input type="checkbox" name="sound" value="1" checked="checked" /><span></span></label></h3>
<div id="timer_list"></div>
<p data-phrase="hunt_timers"></p>
</div>
</div>
<ul id="maps"></ul>
<ul id="difficulties"></ul>
<ul id="clues"></ul>
<ul id="ghosts"></ul>
</div>
<div id="gameplay"></div>
<div id="photos"><input type="checkbox" name="photos" id="photos_check" value="0" />
<div><label for="photos_check">[S]<span data-phrase="photos"></span></label>
<table>
<thead><tr><th> </th><th data-phrase="type"></th><th data-phrase="stars"></th><th> </th></tr></thead>
<tbody></tbody>
</table>
<h2>$0</h2>
</div>
</div>
<div id="roll"><input type="checkbox" name="roll" id="roll_check" value="0" />
<div><label for="roll_check">[L]<span data-phrase="roll"></span></label><div></div><div></div></div>
</div>
</body>
</html>