Skip to content

Commit

Permalink
Merge pull request #464 from bcgov/mals-kickstart2
Browse files Browse the repository at this point in the history
feat: Restart app via code change
  • Loading branch information
barrfalk authored Aug 19, 2024
2 parents aa90e30 + 6d88542 commit 26777eb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions app/client/public/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<!DOCTYPE html>
<html lang="en" class="fill-height-md">
<html
lang="en"
class="fill-height-md"
>
<head>
<meta charset="utf-8" />
<meta
Expand All @@ -9,7 +12,7 @@
<title>Agriculture Licencing System</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<noscript>You need to enable JavaScript to run this application</noscript>
<div id="root"></div>
</body>
</html>

0 comments on commit 26777eb

Please sign in to comment.