-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRequest.html
More file actions
51 lines (26 loc) · 909 Bytes
/
Request.html
File metadata and controls
51 lines (26 loc) · 909 Bytes
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
<!DOCTYPE html>
<head>
<title>Aparichit</title>
<link rel="icon" href="Images/Icon.jpg">
<link rel="stylesheet" href="Request.css">
</head>
<body>
<div class="box">
<h1>गलती की सजा - मौत!</h1>
<br>
<p>गरुड़ पुराण के हिसाब से सबको सजा मिलेगी।</p>
<br>
<hr>
<br>
<p>अपनी समस्या लिखो। अपरिचित इन्साफ करेगा।</p>
<br>
<textarea id="input"></textarea>
<br> <br>
<a href="Confirmation.html">
<button id="submit">SUBMIT</button>
</a>
</div>
<audio src="Audios/Theme Song.mp3" autoplay></audio>
</body>
<script src="script.js"></script>
</html>