-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsubmit.html
More file actions
56 lines (56 loc) · 1.24 KB
/
Copy pathsubmit.html
File metadata and controls
56 lines (56 loc) · 1.24 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Submit to GDPlay</title>
<link rel="icon" href="hnet.com-image2.ico">
</head>
<body>
<button class="button" onclick="window.location.href='index.html';">
<img src="back.png" class="half">
</button>
<div class="banner">
<img src="banner1.png">
</div>
<br> <br>
<div class="base">
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSdiVTURBFwEqQ24pQSm1YJASxMA4_4qWgl24tJlKSD_ULjRSQ/viewform?embedded=true" width="637" height="427" scrolling="no" frameborder="1" marginheight="0" marginwidth="0"></iframe>
</div>
<br>
</body>
<style>
body {
background-image: linear-gradient(#0065FD, #002E73);
height: 75vh;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
.button {
background-color: Transparent;
background-repeat:no-repeat;
width: 63;
height: 76;
border: none;
outline: none;
}
.half {
width: 50%;
}
.base {
background-color: #995433;
margin-left: auto;
margin-right: auto;
width: 640px;
height: 430px;
outline: 5px solid white;
}
.banner {
margin-left: auto;
margin-right: auto;
width: 320px;
height: 100px;
outline: 5px solid white;
}
</style>
</html>