started mvc chapter

This commit is contained in:
Geir Okkenhaug Jerstad 2024-08-26 13:59:21 +02:00
parent 604e8181c6
commit a759fef088
4 changed files with 54 additions and 0 deletions

View file

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
Thus spake the Master Programmer:
"After three days without programming, life becomes meaningless."
</body>
</html>

View file