-
Notifications
You must be signed in to change notification settings - Fork 0
/
polls.html
30 lines (30 loc) · 1000 Bytes
/
polls.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Polls - B3trSurv</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<img src="logo.png" alt="B3trSurv Logo" style="width: 150px; height: auto;">
<h1>Participate in Our Poll</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="polls.html">Polls</a></li>
<li><a href="results.html">Results</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="privacy.html">Privacy Policy</a></li>
<li><a href="poll2earn.html">Poll - 2 - Earn</a></li>
</ul>
</nav>
</header>
<section>
<h2>Join Our Polls</h2>
<p>We value your feedback. Participate in our latest surveys and polls to help us provide better insights.</p>
<!-- Embed your Google Form or survey tool here -->
</section>
</body>
</html>