File size: 882 Bytes
32f0b26
 
 
 
 
 
 
 
 
 
 
9696318
32f0b26
 
 
 
 
 
 
 
 
5cc3773
 
 
 
 
 
 
 
 
32f0b26
 
 
 
 
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
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html lang="en">

<head>
	<meta charset='utf-8'>
	<meta name='viewport' content='width=device-width,initial-scale=1'>

	<title>Svelte app</title>

	<link rel='icon' type='image/png' href='/favicon.png'>
	<link rel='stylesheet' href='/global.css'>
	<link rel='stylesheet' href='/build/bundle.css'>
	<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />

	<link
		rel="stylesheet"
		href="https://unpkg.com/@material/[email protected]/dist/mdc.typography.css"
	/>

	<script defer src='/build/bundle.js'></script>
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GFB1D1ZXRZ"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-GFB1D1ZXRZ');
</script>

<body>
</body>

</html>