little more from the mvc chapter
This commit is contained in:
parent
ed7c48e877
commit
cafa3b8957
6 changed files with 87 additions and 27 deletions
16
oppgaver/uke4/adjektichistorie/adjektivhistorie.html
Normal file
16
oppgaver/uke4/adjektichistorie/adjektivhistorie.html
Normal file
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Document</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue