form started

This commit is contained in:
LinlyBoi
2023-12-03 16:42:32 +02:00
parent 317243cd49
commit 92cfdaa24b

View File

@@ -8,6 +8,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="/apple-touch-icon.png"> <link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="stylesheet" href="./css/bootstrap.min.css">
<script src="./js/bootstrap.bundle.min.js"></script>
<link rel="stylesheet" href="./style.css">
<!-- Place favicon.ico in the root directory --> <!-- Place favicon.ico in the root directory -->
</head> </head>
@@ -20,8 +23,17 @@
</p> </p>
<![endif]--> <![endif]-->
<h1> Quiz App </h1> <h1> Quiz App </h1>
<div id="privacy-violation"> <div class="container" id="privacy-violation">
<!-- Name ID etc --> <!-- Name ID etc -->
<form class action:"javascript:;" onsubmit:"nameSubmit(this)">
<label class="form-label" for="sname"> Student Name </label>
<input class="form-control" type="text" id="sname", name="sname">
<br>
<label class="form-label" for="sid"> Student ID </label>
<input class="form-control" type="text" id="sid", name="sid">
<br>
<button type="submit" class="btn btn-primary">Submit</button>
</form>
</div> </div>
<div id="quiz-screen"> <div id="quiz-screen">