static: replace emojis by unicode code points
This commit is contained in:
parent
6626585a15
commit
2056414a39
|
@ -16,10 +16,15 @@
|
|||
</div>
|
||||
<div id="playback-controls">
|
||||
<div>
|
||||
<button>⏮️</button>
|
||||
<button>⏯️</button>
|
||||
<button>⏹️</button>
|
||||
<button>⏭️</button>
|
||||
<button>⏮︎</button> <!-- ⏮️ Last Track Button -->
|
||||
<button>⏹︎</button> <!-- ⏹️ Stop Button -->
|
||||
<button>⏯︎</button> <!-- ⏯️ Play or Pause Button -->
|
||||
<button>⏭︎</button> <!-- ⏭️ Next Track Button -->
|
||||
|
||||
<!--
|
||||
<button>▶︎</button> <!-- ▶️ Play Button -- >
|
||||
<button>⏸︎</button> <!-- ⏸️ Pause Button -- >
|
||||
-->
|
||||
</div>
|
||||
<div>
|
||||
<input type="range" id="progress" name="progress" min="0" max="100" value="0">
|
||||
|
|
Loading…
Reference in a new issue