Skip to content
Snippets Groups Projects
Commit 435c1334 authored by Endrizzi, Marco (UG - Comp Sci & Elec Eng)'s avatar Endrizzi, Marco (UG - Comp Sci & Elec Eng)
Browse files
parents a356a2a1 efbff849
No related branches found
No related tags found
No related merge requests found
<template lang='pug'>
p test
</template>
\ No newline at end of file
<template lang="pug">
h4(class="title") <mark>Privacy Policy:</mark>
div(class="text")
p If you have any problems our queries with our app then feel free to contact us using the form below!
form(class="form")
label(for="words") Please describe your problem/query here <br>
input(type="text", id="words", name="words") <br>
p Do you wish to remain anonymous? (this will prevent us from being able to respond) <br>
input(type="radio", id="yes", name="anon", value="Y")
label(for="yes") Yes <br>
input(type="radio", id="no", name="anon", value="N")
label(for="no") No <br>
input(type="submit" value="Submit")
<br>
</template>
<style>
.title {
text-align:center;
}
.text {
border: 3px solid black;
padding: 25px;
}
</style>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment