Changed placeholder text to reflect element purpose
This commit is contained in:
parent
b3994eeced
commit
5cb1ba0e68
10
index.html
10
index.html
@ -13,19 +13,19 @@
|
||||
<body onload="onPageLoad()">
|
||||
<div class="card">
|
||||
<p>Ruler<hr></p>
|
||||
<p id="ruler">Something Broke</p>
|
||||
<img id="rulerImage" src="https://minotar.net/body/MHF_Steve/100.png" alt="Something Broke">
|
||||
<p id="ruler">Steve</p>
|
||||
<img id="rulerImage" src="https://minotar.net/body/MHF_Steve/100.png" alt="Player Render">
|
||||
</div>
|
||||
<div class="card">
|
||||
<p>Co-Ruler<hr></p>
|
||||
<p id="coRuler">Something Broke</p>
|
||||
<img id="coRulerImage" src="https://minotar.net/body/MHF_Steve/100.png" alt="Something Broke">
|
||||
<p id="coRuler">Steve</p>
|
||||
<img id="coRulerImage" src="https://minotar.net/body/MHF_Steve/100.png" alt="Player Render">
|
||||
<div class="tilt">
|
||||
<div id="splash" class="pop">Totally not rigged</div>
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
<p id="electionCountdown">Something Broke</p>
|
||||
<p id="electionCountdown">Election Countdown</p>
|
||||
<script src="assets/javascript/index.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
x
Reference in New Issue
Block a user