-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (26 loc) · 1.87 KB
/
index.html
File metadata and controls
27 lines (26 loc) · 1.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html lang="en">
<head>
<script type="text/javascript" src="https://js-cdn.dynatrace.com/jstag/1612cf70810/ruxitagent_ICA15789NPRTUVXfqrux_10333260303165926.js" data-dtconfig="app=5f8ffc4a1853a99c|cors=1|owasp=1|featureHash=ICA15789NPRTUVXfqrux|reportUrl=https://bf94880nnk.bf.dynatrace.com/bf|rdnt=1|uxrgce=1|cuc=21lftkfi|mel=100000|expw=1|dpvc=1|lastModification=1774815381398|postfix=21lftkfi|tp=500,50,0|srbbv=2|agentUri=https://js-cdn.dynatrace.com/jstag/1612cf70810/ruxitagent_ICA15789NPRTUVXfqrux_10333260303165926.js" data-config='{"revision":1774815381398,"beaconUri":"https://bf94880nnk.bf.dynatrace.com/bf","agentUri":"https://js-cdn.dynatrace.com/jstag/1612cf70810/ruxitagent_ICA15789NPRTUVXfqrux_10333260303165926.js","environmentId":"21lftkfi","modules":"ICA15789NPRTUVXfqrux"}' data-envconfig='{"tracestateKeyPrefix":"1036b20-19aeaad2"}' data-appconfig='{"app":"5f8ffc4a1853a99c"}' crossorigin="anonymous"></script>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#2e3440" />
<meta name="apple-mobile-web-app-title" content="Sprite" />
<meta name="application-name" content="Sprite" />
<meta name="msapplication-TileColor" content="#2e3440" />
<meta name="theme-color" content="#2e3440" />
<title>Sprite</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>