Skip to content
Permalink
a8fdbf4ca9
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
18 lines (14 sloc) 593 Bytes
{{> header}}
<main>
<section>
<h1>CONTENT WILL BE HERE</h1>
<form action ="insertquestion" method = "POST">
<label>Question Title:<br></label>
<input id = "qtitle" type="text" placeholder = "Input title..." maxlength="100" name="title"><br>
<label>Question:<br></label>
<textarea id = "question" type="text" placeholder = "Input question..." maxlength="1500" name="question"></textarea>
<p><input type="submit" value="Create Question"></p>
</form>
</section>
</main>
{{> footer }}