12 lines
583 B
HTML
12 lines
583 B
HTML
<link rel="stylesheet" href="{% link assets/css/main.css %}">
|
|
|
|
<!-- User Engagement Survey Banner -->
|
|
<div id="survey-banner">
|
|
<p>
|
|
Click <a href="https://docs.google.com/forms/d/e/1FAIpQLSd9fgpXmyHOYViSaS6jK_6f1Y1nVSU_eA4UH-fWKYeO5HLvww/viewform"
|
|
target="_blank">here</a>
|
|
to participate in our user engagement survey! Your feedback will help us improve Metasploit and inform our roadmap. It should take about 5 minutes to complete, and your email will not be collected. Thank you!
|
|
</p>
|
|
<button id="close-banner" aria-label="Close banner">×</button>
|
|
</div>
|