Skip to content

Commit

Permalink
Merge pull request #1 from kbeaugrand-org/dev/add-meta-refresh
Browse files Browse the repository at this point in the history
Add refresh every 5 minutes
  • Loading branch information
kbeaugrand committed Aug 31, 2022
2 parents fa396c4 + 49dc7e3 commit e37e21e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/AzurePerceptDemo/Front/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<meta http-equiv="refresh" content="300">
</head>
<body class="mat-typography mat-app-background">
<app-root></app-root>
Expand Down

0 comments on commit e37e21e

Please sign in to comment.