This commit is contained in:
Geir Okkenhaug Jerstad 2024-09-25 10:45:56 +02:00
parent 6b3922eddc
commit 6dc8d7f2a8
26 changed files with 20147 additions and 1 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, shrink-to-fit=no">
<title>React SPA application</title>
</head>
<body>
<div id="root"></div>
</body>
</html>