-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsquidgame.html
41 lines (41 loc) · 1.77 KB
/
squidgame.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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Squid Game at UCI</title>
<link rel="stylesheet" href="./squidgame.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Primary Meta Tags -->
<title>Squid Game</title>
<meta name="title" content="Blockchain at UCI">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:title" content="Squid Game">
<meta property="og:image" content="https://cdn.discordapp.com/attachments/810799100940255260/902711280203333652/Screenshot_2021-10-26-05-11-58_2560x1440.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:title" content="Squid Game">
<meta property="twitter:image" content="https://cdn.discordapp.com/attachments/810799100940255260/902711280203333652/Screenshot_2021-10-26-05-11-58_2560x1440.png">
</head>
<body>
<div class="card-outer">
<div class="card" onclick="window.open('https\://www.blockchainuci.org', '_self')">
<div class="card-inner">
<a href="https://www.blockchainuci.org/" class="fill-div"></a>
<div class="card-front">
<div class="circle"></div>
<div class="triangle">
<svg height="110" width="130">
<polygon points="60,20 100,100 20,100" style="fill:transparent;stroke:#000;stroke-width:12" />
</svg>
</div>
<div class="square"></div>
</div>
<div class="card-back">
<img src="https://fontmeme.com/permalink/211027/537b68900043d3ce86d38de47dda0b16.png" alt="squid-game-font" border="0" width="100%">
</div></a>
</div>
</div>
</div>
</body>
</html>