-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (26 loc) · 1.19 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<link rel="stylesheet" type="text/css" href="image-to-base64-converter.css">
<script src="image-to-base64-converter.js"></script>
<!-- Image to Base64 Converter -->
<!-- developed by Tawhidur Rahman Dear, https://www.tawhidurrahmandear.com -->
<!-- Live Preview available at https://www.devilhunter.net/p/image-to-base64-converter.html -->
<center>
<div id="tool-implementation">
<div id="tool-image-to-base64">
<div class="field">
<div id="drag-and-drop">
<div id="drag-and-drop-select">
<span style="font-family: Ubuntu;"><input class="image-to-base64-converter_button" drag-and-drop-selected="" id="file-select" size="20" type="file" /></span>
</div>
</div>
</div><br>
<div class="field">
<span style="font-family: Ubuntu;"><input class="image-to-base64-converter_button" disabled="disabled" id="submit" type="submit" value="Conver to base64" /></span>
</div><br>
<div class="field">
</div>
<div class="field" id="image-to-base64-output">
<textarea class="image-to-base64-converter_textarea" cols="20" id="image-to-base64-text" rows="1" style="font-family: Ubuntu;" spellcheck="false"></textarea>
</div>
</div>
</div>
</center>