main
BuildTools 4 years ago
parent be176bf58a
commit 637b0ba1b2
  1. BIN
      img/back.png
  2. BIN
      img/double.png
  3. BIN
      img/download.png
  4. BIN
      img/height.png
  5. BIN
      img/single.png
  6. BIN
      img/width.png
  7. 4
      reader.html

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

@ -21,13 +21,13 @@
<img class="download" src="img/download.png"/> <img class="download" src="img/download.png"/>
</button> </button>
<button class="layout"> <button class="layout">
<img class="layout" src="img/single.png"/> <img class="layout" src="img/double.png"/>
</button> </button>
<button class="fit"> <button class="fit">
<img class="fit" src="img/height.png"/> <img class="fit" src="img/height.png"/>
</button> </button>
<button class="invert"> <button class="invert">
<img class="invert" src="img/invert.png"/> <img class="invert" src="img/width.png"/>
</button> </button>
</div> </div>
</div> </div>

Loading…
Cancel
Save