-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (24 loc) · 1.13 KB
/
index.html
File metadata and controls
26 lines (24 loc) · 1.13 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>net_run | fezcode</title>
<meta name="description" content="ENCRYPTION BYPASS INTERFACE - A Cyberpunk Word Puzzle." />
<!-- Social Media Meta Tags -->
<meta property="og:title" content="net_run | fezcode" />
<meta property="og:description" content="ENCRYPTION BYPASS INTERFACE - A Cyberpunk Word Puzzle." />
<meta property="og:image" content="/og_image_net_run.png" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://fezcode.com/net_run" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="net_run | fezcode" />
<meta name="twitter:description" content="ENCRYPTION BYPASS INTERFACE - A Cyberpunk Word Puzzle." />
<meta name="twitter:image" content="/og_image_net_run.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>