-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (43 loc) · 1.39 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
31
32
33
34
35
36
37
38
39
40
41
42
43
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<script src="script.js" defer></script>
<link rel="stylesheet" href="style.css">
<title>Black and White</title>
</head>
<body>
<!--
THIS WEB APP WAS DESIGNED AND CODED BY: MAYCON .P
GITGUB PAGES: https://eternalbytes.github.io/
-->
<div class="container">
<div class="container-in">
<h1>Image to Black and White</h1>
<div class="form">
<input type="file" name="imagem" id="imagem" />
<a id="btn"><img src="./send.png" alt="send button"></a>
</div>
</div>
</div>
<div id="container-modal">
<div id="modal">
<button id="close">X</button>
<h2>ssssssssssssss</h2>
<a href="#" id="link">ssssssssssssss</a>
<div id="loading-con">
<div class="loading">
<img src="./loading.png" alt="loading">
</div>
</div>
</div>
</div>
<div class="author">
<p class="text">Developed by: </p>
<a href="https://eternalbytes.github.io/" class="github">Maycon P.</a>
</div>
</body>
</html>