-
Notifications
You must be signed in to change notification settings - Fork 1
/
feedback.html
35 lines (31 loc) · 1.65 KB
/
feedback.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
31
32
33
34
35
<!DOCTYPE html>
<html lang="en" >
<head>
<title>Le Tour Du Hack 2022</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="style2.css">
</head>
<body>
<div style="height:100px">
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container-fluid">
<<ul class="nav navbar-nav">
<li><a class="navbar-brand" href="https://ltdh22.enusec.org/">Le Tour Du Hack 2022</a></li>
<li><a href="https://enusec.org/">ENUSEC</a></li>
<li><a href="https://ltdh22.enusec.org/cfs">Call For Sponsors</a></li>
<li><a href="https://ltdh22.enusec.org/cfp">Call For Papers</a></li>
<li><a href="https://www.eventbrite.co.uk/e/le-tour-du-hack-2022-tickets-243258912957">Tickets</a></li>
</ul>
</div>
</nav>
</div>
<h1>Le Tour De Hack 2022 - Feedback</h1>
<p> If you have any questions regarding the feedback form, get in touch with is at <a href="mailto: team@enusec.org">team@enusec.org</a>.</p>
<p>We'd love to hear about your feedback from Le Tour Du Hack 2022</p><h1>
<br>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSexVg66mZsMgXHHyzWIaary-gC3t2svnv-oQaoKH9ti9e5Wcg/viewform?embedded=true" width="70%" height="700" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe> </body>
</html>