-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
22 lines (22 loc) · 940 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!--
Copyright (c) 2024, RTE (http://www.rte-france.com)
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
-->
<!DOCTYPE html>
<html class="singlestretch-parent" lang="en" translate="no">
<head>
<base href="/" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="google" content="notranslate" />
<link rel="icon" href="/favicon.ico" />
<title>GridStudy</title>
</head>
<body class="singlestretch-parent singlestretch-child">
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root" class="singlestretch-parent singlestretch-child"></div>
<script type="module" src="/src/index.jsx"></script>
</body>
</html>