mirror of
https://github.com/binarydigitlol/gametimer.git
synced 2025-06-20 17:02:25 +00:00
changed color
This commit is contained in:
parent
840ec69040
commit
8c1766dcfc
44
index.html
44
index.html
@ -8,36 +8,34 @@
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div class="nes-container is-dark">
|
||||
<h3 class="title">Game Timer</h3>
|
||||
<p>
|
||||
<h3 id="timer">
|
||||
<label id="timerText"></label>
|
||||
</h3>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="controls">
|
||||
<button class="nes-btn is-primary" onclick="countdown(600);">10 Min</button>
|
||||
<button class="nes-btn is-warning" onclick="countdown(900);">15 Min</button>
|
||||
<br>
|
||||
<button class="nes-btn is-error" onclick="stopTimer();">STOP</button>
|
||||
</div>
|
||||
|
||||
<audio id="alarm" src="asset/SEGA.mp3" preload="auto"></audio>
|
||||
<script src="pomodoro.js"></script>
|
||||
|
||||
<div id="container">
|
||||
<div class="nes-container is-dark">
|
||||
<h3 class="title">Game Timer</h3>
|
||||
<p>
|
||||
<h3 id="timer">
|
||||
<label id="timerText"></label>
|
||||
</h3>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="controls">
|
||||
<button class="nes-btn is-primary" onclick="countdown(600);">10 Min</button>
|
||||
<button class="nes-btn is-warning" onclick="countdown(900);">15 Min</button>
|
||||
<br>
|
||||
<button class="nes-btn is-error" onclick="stopTimer();">STOP</button>
|
||||
</div>
|
||||
|
||||
<audio id="alarm" src="asset/SEGA.mp3" preload="auto"></audio>
|
||||
<script src="pomodoro.js"></script>
|
||||
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
<small>
|
||||
<a href="https://twitch.tv/KilobyteKeith">Twitch</a> |
|
||||
<a href="https://github.com/BinaryDigitDev/gametimer">GitHub</a>
|
||||
<small>
|
||||
</footer>
|
||||
<br>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,7 +1,7 @@
|
||||
@import url('https://fonts.googleapis.com/css?family=Press+Start+2P');
|
||||
|
||||
html {
|
||||
background-color: #adb5bd;
|
||||
background-color: #868e96;
|
||||
font-family: "Press Start 2P";
|
||||
}
|
||||
#timer label {
|
||||
|
Loading…
x
Reference in New Issue
Block a user