-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
39 lines (37 loc) · 1.56 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<link rel="icon" type="image/svg+xml" href="/vite.svg"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="icon" href="favicon.ico" id="light-scheme-icon">
<link rel="icon" href="favicon_white.ico" id="dark-scheme-icon">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LLFS5ZG04K"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-LLFS5ZG04K');
</script>
<title>BannerShake</title>
<meta property="og:title" content="BannerShake">
<meta property="og:description" content="BannerShake is a tool that allows you to generate your own banner from your technical skills.">
<meta property="og:image" content="https://github.com/boukadam/bannershake/blob/main/src/assets/bannershake-banner.png?raw=true">
<meta property="og:url" content="https://bannershake.com">
<meta property="og:type" content="website">
</head>
<body>
<noscript>
<strong>
We're sorry but bannershake.com doesn't work properly without JavaScript enabled.
Please enable it to continue.
</strong>
</noscript>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>