Website now downloads a .zip with a bundled jre and .exe for windows users

This commit is contained in:
Ceikry 2021-07-26 16:44:25 -05:00 committed by GitHub
parent f135e2d520
commit fdcb943d89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,6 @@
<link rel="icon" type="image/vnd.microsoft.icon" href="favicon.ico">
<link rel="SHORTCUT ICON" href="favicon.ico">
<link rel="apple-touch-icon" href="./site/img/2009img/mobile.png">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Language" content="en,English">
<meta name="keywords" content="RSPS, Open Source, 2009scape, Osrs, Oldschool Runescape, Runescape, zezima">
@ -30,10 +29,8 @@
</script>
<link rel="alternate" type="application/rss+xml" title="2009Scape - Recent Updates" href="http://0.0.0.0:4000/rss.php">
</head>
<body id="navhome" class="bodyBackground">
<a name="top"></a>
<div id="scroll">
<div id="head">
<div id="headBg">
@ -64,7 +61,6 @@
<ul>
<li><a href="./services/m=news/archives/archives.html" class="fly"><span>Legacy Updates</span></a></li>
<li><a href="./services/m=news/list.html" class="fly"><span>Preservation Updates</span></a></li>
</ul>
</li>
</li>
@ -109,7 +105,6 @@
</ul>
<br class="clear" />
</div>
<!--2009 HOMEPAGE CSS
(Does this need to be here, or can it be moved to <head> with the other CSS pages?)-->
<style type="text/css">
@ -117,7 +112,6 @@
@import url(./site/css/default/home-28.css);
/**/
</style>
<div id="content">
<div id="left">
<!--MAIN BUTTON: LEFT (DISCORD)-->
@ -126,7 +120,6 @@
alt="Join us on Discord" />
<span class="shim"></span>
</a>
<!--WEBSITE FEATURES-->
<div id="features">
<div class="narrowHeader"><img src="./site/2009scape-resources/img/titles/title-websitefeatures.png"
@ -138,39 +131,29 @@
<div class="featureTitle">Getting Started</div>
<div class="featureDesc">If you're new to 2009Scape, check out our <a href="./site/game_guide/how_do_i_get_started0.html">Getting Started Guide</a>!</div>
</div>
<div class="feature">
<a href="./services/m=hiscore/hiscores.html?world=2"><img src="./site/img/2009img/main/home/feature_poll_icon.jpg" alt="Hiscores" /></a>
<div class="featureTitle">Community Hiscores</div>
<div class="featureDesc">See who's on top &amp; check your skill levels! View the <a href="./services/m=hiscore/hiscores.html">Hiscores</a>.</div>
</div>
<div class="feature">
<a href="https://gitlab.com/2009scape/2009scape/-/issues"><img src="./site/2009scape-resources/img/icons/feature-bugreport.jpg" alt="Report a Bug" /></a>
<div class="featureTitle">Report a Bug</div>
<div class="featureDesc">Found a bug in game? Let us know through the <a hre="https://gitlab.com/2009scape/2009scape/-/issues"></a> Report Form</a>.</div>
</div>
<div class="feature">
<a href="./site/classicapplet/playclassic.html" target="_blank"><img src="./site/2009scape-resources/img/icons/feature-openrsc.jpg" alt="Open RuneScape Classic" /></a>
<div class="featureTitle">OpenRSC</div>
<div class="featureDesc">Experience RuneScape Classic in its original glory: <a href="./site/classicapplet/playclassic.html" target="blank">OpenRSC</a>!</div>
</div>
<div class="feature">
<a href="./index.html" target="_blank"><img src="./site/2009scape-resources/img/icons/aog_icon.jpeg" alt="AOG" /></a>
<div class="featureTitle">Armies of Gielinor</div>
<div class="featureDesc">Relive the old days of the Fun Orb &amp; game at this upcoming link.</a>!
</DIV>
</div>
</div>
</div>
<!--GAME GUIDE-->
<DIV id=articles>
<DIV class=narrowHeader><IMG alt="Game Guide"
@ -182,7 +165,6 @@
<!--When weekly article script is implemented, switch image to 'title-article-weekly.png'-->
<img alt="Featured Article" src="./site/2009scape-resources/img/titles/title-article-featured.png">
</DIV>
<DIV class=aowBody>
<DIV class=aowHeight>
<DIV class=aowImage><A href="./site/wiki/quests/quest_guides.html"><IMG alt=""
@ -193,29 +175,31 @@
</P>
</DIV>
</DIV>
<div class="articlesMore"><a href="./site/game_guide/manual.html">Browse the Game Guides</a></div>
</DIV>
<DIV class=articlesFooter></DIV>
</DIV>
</DIV>
</DIV>
<div id="right">
<!--MAIN BUTTON: PLAY/CLIENT DOWNLOAD-->
<a href="https://gitlab.com/2009scape/09launcher/-/jobs/artifacts/master/raw/build/libs/2009scape.jar?job=build" target="_blank" id="playbutton" onmouseover="h(this)"
onmouseout="u(this)">
<a href="#" target="_blank" id="playbutton" onmouseover="h(this)" onmouseout="u(this)">
<img src="./site/2009scape-resources/img/buttons/btn-play.png" alt="Play 2009Scape - Download the game client" />
<span class="shim"></span>
</a>
<script type="text/javascript">
document.getElementById("playbutton").onclick = function() {
if (navigator.appVersion.indexOf("Win") != -1) Name = "windows";
else Name = "unix";
if(Name == "windows"){
window.location.href = "https://gitlab.com/2009scape/09launcher/-/jobs/artifacts/master/raw/build/libs/2009scape.zip?job=build";
} else {
window.location.href = "https://gitlab.com/2009scape/09launcher/-/jobs/artifacts/master/raw/build/libs/2009scape.jar?job=build";
}
return false;
};
</script>
<div id="recentnews">
<!--TITLE: LATEST UPDATES-->
<div class="sectionHeader">
<div class="left">
@ -229,7 +213,6 @@
<!--LATEST UPDATE ITEMS SECTION-->
<div class="section">
<!--LATEST UPDATE ITEM-->
<div class='sectionBody'>
<div class='sectionHeight'>
@ -304,13 +287,10 @@
<!--END OF LATEST UPDATE ITEMS SECTION-->
</div>
<!--TITLE: MORE UPDATES-->
<div class="sectionHeader" style="text-align: center;">
<div class="left">
@ -321,10 +301,7 @@
</div>
</div>
</div>
<div class="section">
<!--MORE UPDATES TABLE-->
<div class="sectionBody">
<table class="Updates" >
@ -371,12 +348,6 @@
</table>
</div>
<!--LEFT LINK: DISCORD ANNOUNCEMENTS-->
<div id="feed">
<a href="https://discord.gg/43YPGND">
@ -390,7 +361,6 @@
</div>
</div>
</div>
<br class="clear" />
</div>
<div id="footer">
@ -403,17 +373,12 @@
<a class="jagexlink" href="" target="_blank">
<img src="./site/2009scape-resources/img/branding/logo-footer-dark.png" alt="2009Scape" />
</a>
</div>
</div>
</div>
</body>
<meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
</html>