chore
This commit is contained in:
parent
2030527ae7
commit
242a76511c
2 changed files with 36 additions and 35 deletions
|
@ -42,7 +42,8 @@
|
|||
<span class="grade">12</span>
|
||||
<span class="branch">C</span>
|
||||
<br>
|
||||
<img src="assets/images/bagis-qr.png" width="50" style="margin-top: 20px;">
|
||||
<a href="https://asandikci.com/bagis/" target="_blank"><img src="assets/images/bagis-qr.png" width="50"
|
||||
style="margin-top: 20px;"></a>
|
||||
</div>
|
||||
|
||||
<div class="clock">
|
||||
|
@ -105,10 +106,10 @@
|
|||
</div>
|
||||
</div>
|
||||
<form>
|
||||
<input class="timer-action-button" type="button" id="start-cro" name="start-cro" value="▶️ Başlat" onmouseover="Stopwatch('start')"
|
||||
onclick="Stopwatch('start')" checked>
|
||||
<input class="timer-action-button" type="button" id="stop-cro" name="stop-cro" value="⏸️ Durdur ve Sıfırla" onmouseover="Stopwatch('stop')"
|
||||
onclick="Stopwatch('stop')" checked>
|
||||
<input class="timer-action-button" type="button" id="start-cro" name="start-cro" value="▶️ Başlat"
|
||||
onmouseover="Stopwatch('start')" onclick="Stopwatch('start')" checked>
|
||||
<input class="timer-action-button" type="button" id="stop-cro" name="stop-cro" value="⏸️ Durdur ve Sıfırla"
|
||||
onmouseover="Stopwatch('stop')" onclick="Stopwatch('stop')" checked>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue