Add task
This commit is contained in:
27
html/tasks/chapter_8/notes/oppgave.html
Executable file
27
html/tasks/chapter_8/notes/oppgave.html
Executable file
@@ -0,0 +1,27 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
||||
<title>Notes</title>
|
||||
<link rel="stylesheet" href="../../../../resources/css/main.css" />
|
||||
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
|
||||
<script async src="./script.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Notes</h1>
|
||||
|
||||
<div class="center">
|
||||
|
||||
<form id="noteInput">
|
||||
<input type="text" id="noteInputText">
|
||||
<label for="noteInputSubmit">Legg til notis</label>
|
||||
<input type="submit" id="noteInputSubmit">
|
||||
</form>
|
||||
|
||||
<div id="notes" class="textboxGrid"></div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user