forked from ShivaPentakotaCS/Hello-World-Hackathon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Results (2).html
58 lines (45 loc) · 969 Bytes
/
Results (2).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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<!-- Download ZIP File Button -->
<style>
body {
font-family: "Courier new", Courier;
margin: 0;
}
.header {
padding: 8px;
text-align: center;
background: #3b3334;
color: white;
font-size: 30px;
}
/* Page Content */
.content {padding:0px;}
body {
background: #FFFFFF;
text-align: center;
padding: 3f00px 20px 10px;
font size: 16px;
}
.action {
height: 200px
width: 900px
}
</style>
<img src="nKryptonite.png" alt="" >
<h1>Your encrypted PDF is ready!!!</h1>
<div class="content"></div>
<div class="textbox" style="padding: 7px;">
</div>
<div class="image" style="padding: 7px;">
<img src="pdf.png" alt="" width="200" height="200" >
</div>
<!-- upload button + password textbox -->
<form action="/results" method="post">
</form>
</body>
<a href="{{ zippedFolderName }}.zip" download="Zipped Folder"><button class="btn" class="fa fa-download">Download the ZIP Folder</button></a>
</body>