-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpatchnotes.html
More file actions
65 lines (58 loc) · 2.76 KB
/
patchnotes.html
File metadata and controls
65 lines (58 loc) · 2.76 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
<html lang="en">
<head>
<meta property="og:title" content="World Updates" />
<meta property="og:description" content="World Updates and patch notes daily." />
<meta property="og:url" content="https://worlddevs.live" />
<meta property="og:site_name" content="World Developers" />
<meta property="article:modified_time" content="2020-03-21T01:16:42+00:00" />
<meta property="og:image" content="assets/imgs/iconicon.png" />
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>World Updates</title>
<link rel="shortcut icon" href="assets/imgs/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="assets/css/index.css">
<link rel="stylesheet" href="assets/css/fonts.css">
<link rel="stylesheet" href="assets/css/bg.css">
</head>
<body class="bg-neutral-400">
<span class="flex">
<div class="m-6 flex">
<a href="index.html"><img src="assets/imgs/iconicon.png" alt="icon" style="height: 62px;" class="rounded-xl"></a>
<span class="text-4xl trebuchet text-neutral-50 ml-2 font-bold">Patch Notes</span>
</div>
</span>
<div class="bg-zinc-900 rounded-md shadow-lg shadow-slate-800 p-4 xl:flex xl:ml-9 sm:m-3 xm:m-1">
<span>
<h1 class="text-4xl font-bold text-neutral-300">Official Patch Notes</h1>
</span>
</div>
<div class="bg-zinc-900 rounded-md shadow-lg shadow-slate-800 p-4 xl:flex xl:ml-9 sm:m-3 xm:m-1 ">
<span>
<h1 class="text-2xl font-bold text-neutral-300">Update 1.1.0 -- Major Content Update</h1>
<p class="text-slate-400">
❄️ Added snow to American Servers <br>
🔨 Shadowbanned Elon Musk for dogecoin scam <br>
🐛 Patched multiple bugs <br>
🔥 Patched Teslas blowing up <br>
🦠 Nerfed COVID-19 <br>
</p>
<p class="text-blue-900 text-sm italic">2/21/23</p>
</span>
</div>
<div class="bg-zinc-900 rounded-md shadow-lg shadow-slate-800 p-4 xl:flex xl:ml-9 sm:m-3 xm:m-1 ">
<span>
<h1 class="text-2xl font-bold text-neutral-300">Update 1.0.0 -- Minor Patch Update!</h1>
<p class="text-slate-400">
🔫 Nerfed Ohio <br>
🔫 Nerfed Russia <br>
🦮 Added search dogs in Syria and Turkey <br>
👩 Nerfed Mom saying yes to what you want - 86.54% -> 65% <br>
🐛 Patched the infinite water glitch <br>
🔨 Shadowbanned African people for water glitch
</p>
<p class="text-blue-900 text-sm italic">2/17/23</p>
</span>
</div>
</body>
</html>