Upgrade webpack config and inline svg-s
This commit is contained in:
parent
81a8834c4d
commit
f1a2131540
14 changed files with 34437 additions and 218 deletions
|
|
@ -50,20 +50,20 @@
|
|||
<section id="settings">
|
||||
<label for="enable-relative-movement">
|
||||
<input id="enable-relative-movement" type="checkbox" />
|
||||
<img alt="a dashed circle" src="static/circle.svg" />
|
||||
<img alt="a dashed circle" src="../static/circle.svg" />
|
||||
</label>
|
||||
|
||||
<label for="enable-vibration">
|
||||
<input id="enable-vibration" type="checkbox" />
|
||||
<img alt="vibrating mobile" src="static/vibrate.svg" />
|
||||
<img alt="vibrating mobile" src="../static/vibrate.svg" />
|
||||
</label>
|
||||
|
||||
<label for="enable-sounds">
|
||||
<input id="enable-sounds" type="checkbox" />
|
||||
<img alt="speaker with sound waves" src="static/volume.svg" />
|
||||
<img alt="speaker with sound waves" src="../static/volume.svg" />
|
||||
</label>
|
||||
|
||||
<img id="logout" alt="logout" src="static/logout.svg" />
|
||||
<img id="logout" alt="logout" src="../static/logout.svg" />
|
||||
</section>
|
||||
</div>
|
||||
|
||||
|
|
@ -72,7 +72,7 @@
|
|||
id="toggle-settings"
|
||||
class="icon"
|
||||
alt="toggle-settings"
|
||||
src="static/settings.svg"
|
||||
src="../static/settings.svg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
|
@ -80,13 +80,13 @@
|
|||
class="full-screen-controllers"
|
||||
id="minimize"
|
||||
alt="minimize-application"
|
||||
src="static/minimize.svg"
|
||||
src="../static/minimize.svg"
|
||||
/>
|
||||
<img
|
||||
class="full-screen-controllers"
|
||||
id="maximize"
|
||||
alt="maximize-application"
|
||||
src="static/maximize.svg"
|
||||
src="../static/maximize.svg"
|
||||
/>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue