Select Git revision
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
index.html 625 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.00, minimum-scale=1.00">
<meta name="description" content="Telescope Manager Specification System" />
<link rel="apple-touch-icon" href="/logo192.png" />
<link rel="manifest" href="/manifest.json" />
<title>TMSS</title>
</head>
<body>
<noscript>Human, You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/index.jsx"></script>
</body>
</html>