-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrohan.html
More file actions
67 lines (62 loc) · 2.27 KB
/
rohan.html
File metadata and controls
67 lines (62 loc) · 2.27 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
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="style.css">
<title>Static Template</title>
</head>
<body>
<navbar>
<div class="nav">
<div class="list">
<ul>
<li class="listing">Questions</li>
<li class="listing">Response</li>
<li class="listing">Settings</li>
</ul>
</div>
</div>
</navbar>
<form action="">
<!-- <img src="banner.jpeg" alt="Neeraj Meka" > -->
<div class="main">
<h1>Untitiled Form</h1>
<hr />
<p>
All the Submissions to this form will be appended into a table as
signatures in the style of open letter.
</p>
<!-- <h4 style="color: red;">* Required</h4> -->
</div>
<div class="name">
<h3>Untitled <span style="color: red;">*</span></h3>
<input type="text">
<br><br>
<label><input type="radio" name="mcq" value="Option 1" class="option" required>Option 1</label>
<br><br>
<label><input type="radio" name="mcq" value="Option 2" class="option" required>Option 2</label>
<br><br>
<label><input type="radio" name="mcq" value="Option 3" class="option" required>Option 3</label>
</div>
<div class="submit">
<button>Submit</button>
</div>
<div class="email">
<!-- <h3>Email <span style="color: red;">*</span></h3>
<input type="email" name="name" id="" required />
</div>
<div class="submit">
<button>Submit</button>
</div>
<p class="rule">Never submit passwords through Google Forms</p>
<p class="policy">
This content is neither created nor endrosed by Google.
<a href="#">Report Abuse.</a> <a href="#">Terms of condition.</a>
<a href="#">Privacy Policy.</a> -->
<h1 class="Google" style="color: grey; font-weight: 550; width: 50vw;">Dthon</h1>
</p>
</form>
</body>
</html>