-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
90 lines (90 loc) · 3.35 KB
/
Copy pathindex.html
File metadata and controls
90 lines (90 loc) · 3.35 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
86
87
88
89
90
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Mr Lynch RNG" />
<meta property="og:description" content="Play the newest hit gane Mr Lynch RNG! Roll for types of Mr Lynchs, and get rare Mr Lynchs" />
<meta property="og:image" content="https://mrlynch-rng.vercel.app/images/mythic.jpg" />
<title>Mr Lynch RNG</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="/images/mythic.jpg">
<script defer src="main.js"></script>
<script defer src="single-tab.js"></script>
</head>
<body>
<header>Mr Lynch RNG</header>
<button id="roll">Roll</button>
<button id="auto">Auto Roll</button><br>
<div id="gray-box"></div>
<div id="black-bg"></div>
<p id="display">normal mr lynch</p>
<p id="chance">1/2</p>
<img id="roll-image" src="images/common.jpg">
<div id="inventory">
</div>
<button id="toggle">Close</button>
<p>Active Boosts:</p>
<p id="speed">Speed: x1</p>
<p id="luck">Luck: x1</p>
<p>☺</p>
<div id="stats">
<p id="user-id">Id: 0000000000</p>
<p id="time">Time Played: 00:00:00</p>
<p id="total">Total: 0</p>
<p id="unlocked">Rarities Unlocked: 0/0</p>
</div>
<div id="rarest">
<p id="rarest-name">Rarest Mr Lynch:</p>
<img id="rarest-img" src="">
</div>
<div id="menu">
<p id="icon">≡</p>
<div id="links">
<a href="https://forms.gle/2rMuf9opU2SfEgFR7">Submit Mr Lynch</a>
<a href="#" id="openModal1">Crafting</a>
<a href="#" id="openInv">Full Inventory</a>
<a href="#" id="reset">Reset Progress</button>
</div>
</div>
<div id="modal1">
<div id="close1">X</div>
<p>A</p>
</div>
<div id="closing">
<h1>Please dont leave twin</h1>
<img src="images/leaving.jpg" height="50%"><br>
<small style="font-size:10px">The Mr Lynch™ depicted above is unobtainable in Mr Lynch RNG™</small>
</div>
<video id="video">
<source id="source" src="" type="video/mp4">
</video>
<div id="update-log">
<b>Bug Fix</b>
<p>˙ removed bug to get infinite rolls</p>
<p>˙ removed variables and functions from global scope</p>
<b>Update 4</b>
<p>˙Crafting</p>
<p>˙Boosts</p>
<p>˙50+ New Mr Lynches</p>
<p>˙Cutscenes</p>
<p>˙Added a total time played (as of the update)</p>
<p>˙Performance Optimizations</p>
<p>Minor Update:</p><p>Added Links in top right</p>
<b>Update 3</b>
<p>˙Unlocking a 1/1000+ mr lynch unlocks the Auto Roll Button</p>
<b>Update 2</b>
<p>˙ Fixed some mr lynches forcing a reset</p>
<p>˙ 20+ New Mr Lynches</p>
<p>˙ Added some stats</p>
<p>˙ Rarest Mr Lynch to flex on your friends</p>
<b>Update 1</b>
<p>˙ New Mr Lynches</p>
<p>˙ Automatically Saves</p>
<p>˙ Resized Inventory</p>
<p>˙ Items are sorted automatically</p>
<p>˙ Delete Button</p>
<p>˙ Toggle inventory</p>
</div>
</body>
</html>