2023-05-05 15:00:23 +05:30
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2023-05-09 13:58:02 +05:30
|
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
2023-05-05 15:00:23 +05:30
|
|
|
|
|
|
|
|
<title>Litmus Portal</title>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="root"></div>
|
2023-05-09 13:49:53 +05:30
|
|
|
<script type="application/javascript" src="/config.js"></script>
|
2023-05-05 15:00:23 +05:30
|
|
|
</body>
|
|
|
|
|
</html>
|