-
Notifications
You must be signed in to change notification settings - Fork 0
/
bingo.html
42 lines (38 loc) · 1.76 KB
/
bingo.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TCI Bingo</title>
<link rel="stylesheet" href="/dist/style.css">
<link rel="stylesheet" href="https://mokshdoshi.pages.dev/dist/logo.css">
<link rel="shortcut icon" href="/resourses/icon.png" type="image/x-icon">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Q95B77TTMF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-Q95B77TTMF');
</script>
</head>
<body id="body_bingo">
<logo class="mokshdoshi-colorburn" href="https://mokshdoshi.pages.dev" style="color: var(--base-red);">@MokshDoshi</logo>
<nav>
<h1 class="logo">TCI</h1>
<div class="links-wrapper">
<a href="/index.html" class="links" data-status="">Home</a>
<a href="" class="links" data-status="">Bingo</a>
<a href="" class="links" data-status="">Contact</a>
</div>
</nav>
<div id="gallery">
<div id="Bingo-cards"><img src="/resourses/Bingo/1-7.svg" alt=""></div>
<div id="Bingo-cards"><img src="/resourses/Bingo/2-7.svg" alt=""></div>
<div id="Bingo-cards"><img src="/resourses/Bingo/3-7.svg" alt=""></div>
<div id="Bingo-cards"><img src="/resourses/Bingo/4-7.svg" alt=""></div>
<div id="Bingo-cards"><img src="/resourses/Bingo/5-7.svg" alt=""></div>
</div>
</body>
</html>