Changelog Page Tweaks 2 (#1768)

* mispell fix

* revert atm

* holy shit it's the fix

OMG IT'S THE FIX
This commit is contained in:
Luminx 2021-08-07 16:07:02 +08:00 committed by GitHub
parent af45fbbdbc
commit 2eb6f0d921
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,39 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html>
<head> <head>
<title>PojavLauncher</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css"> <style>
<link rel="stylesheet" href="https://www.w3schools.com/lib/w3-theme-black.css"> body {margin:0;}
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> .navbar {
<style type="text/css"> overflow: hidden;
background-color: #333;
position: fixed;
top: 0;
width: 100%;
}
.navbar a {
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.navbar a:hover {
background: #ddd;
color: black;
}
.main {
padding: 16px;
margin-top: 30px;
height: 1500px; /* Used in this example to enable scrolling */
}
body { body {
margin: 0; margin: 0;
padding: 0; padding: 0;
@ -39,25 +64,14 @@
</head> </head>
<body> <body>
<!-- Navbar --> <div class="navbar">
<div class="w3-top"> <a href="https://pojavlauncherteam.github.io/updates/local.html">Recent Update</a>
<div class="w3-bar w3-theme w3-top w3-left-align w3-large"> <a href="https://pojavlauncherteam.github.io/">Website</a>
<a href="https://pojavlauncherteam.github.io/updates/local.html" class="w3-bar-item w3-button w3-hide-small w3-hover-white">Recent Update</a> <a href="https://www.minecraft.net/en-us/store/minecraft-java-edition/buy">Account Generator</a>
<a href="https://pojavlauncherteam.github.io/" class="w3-bar-item w3-button w3-hide-small w3-hover-white">Website</a>
<a href="https://drive.google.com/drive/u/0/mobile/folders/1Sk_GXoXmLwruPTFgVUUeYkPQ5voWHmkv?sort=13&direction=a" class="w3-bar-item w3-button w3-hide-small w3-hover-white">Archives</a>
<a href="https://www.minecraft.net/en-us" class="w3-bar-item w3-button w3-hide-small w3-hover-white">Minecraft Website</a>
</div>
</div> </div>
<!-- Overlay effect when opening sidebar on small screens -->
<div class="w3-overlay w3-hide-large" onclick="w3_close()" style="cursor:pointer" title="close side menu" id="myOverlay"></div>
<!--
<h3 style="padding-left: 20px;">PojavLauncher</h3>
-->
<div class="changelog"> <div class="changelog">
<b>Congratulations! You found this well-hidden Easter Egg!<b> <h6>Oh No! This is not the way that this should display! Report anything about this <a href="#">here.</a></h6>
<b>Your reward? Nothing.<b>
<h2>PojavLauncher</h2> <h2>PojavLauncher</h2>
<b>• Original: Zhuowei Zhang, Boardwalk app.</b><br> <b>• Original: Zhuowei Zhang, Boardwalk app.</b><br>
<b>• Developers:</b><br> <b>• Developers:</b><br>
@ -176,7 +190,6 @@
<b>• Initial release. Name as Minecraft Launcher</b><br> <b>• Initial release. Name as Minecraft Launcher</b><br>
<b>• Only pre-converted 1.9 version is added.</b> <b>• Only pre-converted 1.9 version is added.</b>
</div> </div>
</body> </body>
</html> </html>