-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlauncher.html
23 lines (21 loc) · 1.32 KB
/
launcher.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>TerrariaCraft launcher news</title>
<link rel="stylesheet" href="css/launcher.css" type="text/css">
</head>
<body>
<div class="imgbox"><img class="center-fit" src = "media/logo2.png"/></div><br>
<div class="news" id="news">
<h1 class="name" id="uname">TerrariaCraft v12.3.25</h1>
<h4 class="name" id="udate">Sun Sep 26 2021</h4>
<h4>Small bugfixes, updated to latest version of Colored Lux</h4>
<h2></h2><h4>Want newer and better build? Consider joining <a target="_blank" href="https://patreon.com/zeitheron">patreon at $5/month</a> to unlock & play newest builds!</h4>
<h4><font color="#FFAAAA">> Since Launcher v20.5.6.2 launcher now supports QR code scanning as an alternative to patreon codes, so you will no longer need to copy-paste the patreon code, you can just select it in DMs with @TerrariaCraft Bot just as if you were making a screenshot!
(This feature is in BETA, hopefully everything is gonna work, but no promises on 100% reliability though)</font></h4>
<h4><font color="#FFAAAA">> Since Launcher v20.5.6.1 launcher now comes with a preinstalled JRE, which allows it to run in any windows environment!</font></h4>
</div>
<!-- <script src = "js/launcher.js"></script> -->
</body>
</html>