-
Notifications
You must be signed in to change notification settings - Fork 0
/
xlsx-replace.html
39 lines (35 loc) · 1.04 KB
/
xlsx-replace.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
<!DOCTYPE html>
<html>
<head>
<title>Replace</title>
</head>
<body>
<a href="XLSX.html">Click here to go the first page</a>
<br><br>
<form action="" method="GET">
<label for="find">Enter the word you want to Replace</label>
<input type="text" name="Replace">
<br><br>
<button type="submit" value="submit">
Submit
</button>
</form>
<br>
<br>
<br>
<form action="" method="GET">
<label for="find">Enter the new word</label>
<input type="text" name="Replace">
<br><br>
<button type="submit" value="submit">
Submit
</button>
</form>
<br>
<br>
<!-- Add icon library -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Auto width -->
<button class="btn"><i class="fa fa-download"></i> Download</button>
</body>
</html>