-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathindex.html
45 lines (36 loc) · 1.46 KB
/
index.html
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
36
37
38
39
40
41
42
43
44
45
<!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, shrink-to-fit=no">
<title>agadmator-library</title>
<meta name="description" content="List (library) of all agadmator videos.">
<meta name="author" content="SitePoint">
<meta property="og:title" content="agadmator-library">
<meta property="og:type" content="website">
<meta property="og:url" content="https://agadmator-library.github.io">
<meta property="og:description" content="List (library) of all agadmator videos.">
<meta property="og:image" content="image.png">
<link rel="icon" href="favicon.ico">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="stylesheet" href="css/chessboard-1.0.0.min.css">
</head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-MX1CWFQ3KN"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-MX1CWFQ3KN');
</script>
<body>
<div id="app"></div>
<script src="generated/js/references-00ad6ccb4d2b9092d23043deedfe0aa81cfe64fe.js"></script>
<script type="module" src="src/main.ts"></script>
<script src="https://cdn.jsdelivr.net/npm/jquery@3.6.3/dist/jquery.min.js"
crossorigin="anonymous"></script>
<script src="/js/chessboard-1.0.0.js"></script>
</body>
</html>