-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathno.html
More file actions
42 lines (33 loc) · 1.07 KB
/
Copy pathno.html
File metadata and controls
42 lines (33 loc) · 1.07 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Rejection</title>
<style>
@import url('https://fonts.cdnfonts.com/css/romantic');
html{
overflow-y: scroll;
}
</style>
</head>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.cdnfonts.com/css/romantic" rel="stylesheet">
<script src="script.js"></script>
<body>
<h1 class="heading">Rejection hits hard</h1>
<div class="vertical_sec6">
<div class="sec6img1">
<img class="rejection" src="rejection.jpg" width="300px" height="300px">
</div>
<h3 class="heading">Are you sure? You may not get this opportunity again.</h3>
<br>
<div class="yesnobtn">
<a href="#" id="move-random" onclick="moveButton()" class="yes" style="color:black; ">YES</a>
<a href="final_no.html" class="no" style="color:black;">NO</a>
<br>
<br>
</div>
</div>
</body>
</html>