favicon, useless component

This commit is contained in:
Ali Gator 2022-01-10 20:07:03 +01:00
parent 38f66a9090
commit 980be551c1
2 changed files with 0 additions and 16 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -1,16 +0,0 @@
<template>
<div class="menu-row">
<div class="form-field">
<label for="live">Canvas Resolution</label>
</div>
<div class="form-field">
<input name="canvasWidth" type="number" id="canvasWidth" value="1280"/>
</div>
<div class="form-field">
<input name="canvasHeight" type="number" id="canvasHeight" value="1024"/>
</div>
<div class="form-field">
<input type="button" name="canvasRefresh" id="canvasRefresh" value="refresh"/>
</div>
</div>
</template>