Skip to content

Instantly share code, notes, and snippets.

@EpicPuppy613
Created March 29, 2022 22:26
Show Gist options
  • Save EpicPuppy613/9ea53975b45a2e3b6985d4a8d3397694 to your computer and use it in GitHub Desktop.
Save EpicPuppy613/9ea53975b45a2e3b6985d4a8d3397694 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>0% - Level 0</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<link id="icon" href="icon/0.png" rel="icon" />
<meta charset="utf-8" />
<script src="break_eternity.js"></script>
</head>
<body>
<div id="level">
<h1 id="curlvl">Level 0</h1>
<h2 id="lvlprog">0% (+0.00%)</h2>
<p id="debug">initial</p>
<div id="lvlbar">
<div id="barprog"></div>
</div>
</div><br>
<div id="main">
<div id="xp" class="panel">
<h2>XP Valley</h2>
</div>
<div id="gold" class="panel">
<h2>Gold Mine</h2>
</div>
</div>
<script src="script.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment