Skip to content

Commit

Permalink
Make it better
Browse files Browse the repository at this point in the history
  • Loading branch information
ReadingFear committed Sep 1, 2022
1 parent 71b6636 commit 150b3e1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
Binary file added web/BG.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed web/LauncherBG.jpg
Binary file not shown.
Binary file added web/ProductSans.ttf
Binary file not shown.
12 changes: 9 additions & 3 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,16 @@
<meta content="Precision Client is an instance of Minecraft 1.5.2 that was ported to the web by LAX1DUDE and forked by EtcherFX. This client has custom resource packs and more." property="og:description" />
<script src="classes.js" type="text/javascript"></script>
<script type="text/javascript" src="eagswebrtc.js"></script>
<style>
@font-face {
font-family: "Product Sans";
src: url(ProductSans.ttf);
}
</style>
</head>
<body id="game_frame" style="margin: 0; width: 100vw; height: 100vh; background-image: url(LauncherBG.jpg)">
<div id="Selection" style="display: inline-block; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(2); background-color: gray;">
<h1>Precision Client "Launcher"</h1>
<body id="game_frame" style="margin: 0; width: 100vw; height: 100vh; background-image: url(BG.png); background-repeat: no-repeat; font-family: 'Product Sans'">
<div id="Selection" style="display: inline-block; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: gray;">
<h1>Precision Client Launcher</h1>
<h3>Select a pack:</h3>
<select id="Packs">
<option>--Choose one--</option>
Expand Down

0 comments on commit 150b3e1

Please sign in to comment.