Skip to content

Commit 12c0210

Browse files
committed
Add Open Graph/Twitter meta tags and Google Analytics
Social preview uses the original bb logo and the system-requirements blurb already quoted in the footer, so a shared link matches what the page itself says. Claude-Session: https://claude.ai/code/session_01F6QKUwwiAxLNkYn4dv5TfW
1 parent d132f54 commit 12c0210

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

web/index.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@
44
<meta charset="utf-8">
55
<title>bb — ASCII art demo (WebAssembly)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<meta name="description" content="&quot;This demo requires computer at least as fast as 486/33 with coprocesor. But speed of 486/66 or pentium is highly recomended (especially for hight resolution SVGA modes). This demo does not require real operating system - works even under MS-DOS. For dual monitor modes you need secondary hercules / MDA compatible card. To compile demo you need 32 or 64 bit ANSI C compiler (no it does not compile under Borland one) and libraries listed bellow. PC speaker driver eats lots of CPU so running it at computers slower than pentium is really not good idea.&quot;">
8+
<meta property="og:type" content="website">
9+
<meta property="og:url" content="https://bb.cns.me/">
10+
<meta property="og:site_name" content="bb">
11+
<meta property="og:title" content="bb — ASCII art demo (WebAssembly)">
12+
<meta property="og:description" content="&quot;This demo requires computer at least as fast as 486/33 with coprocesor. But speed of 486/66 or pentium is highly recomended (especially for hight resolution SVGA modes). This demo does not require real operating system - works even under MS-DOS. For dual monitor modes you need secondary hercules / MDA compatible card. To compile demo you need 32 or 64 bit ANSI C compiler (no it does not compile under Borland one) and libraries listed bellow. PC speaker driver eats lots of CPU so running it at computers slower than pentium is really not good idea.&quot;">
13+
<meta property="og:image" content="https://bb.cns.me/bb-logo.jpg">
14+
<meta property="og:image:width" content="238">
15+
<meta property="og:image:height" content="173">
16+
<meta name="twitter:card" content="summary">
17+
<meta name="twitter:title" content="bb — ASCII art demo (WebAssembly)">
18+
<meta name="twitter:description" content="&quot;This demo requires computer at least as fast as 486/33 with coprocesor. But speed of 486/66 or pentium is highly recomended (especially for hight resolution SVGA modes). This demo does not require real operating system - works even under MS-DOS. For dual monitor modes you need secondary hercules / MDA compatible card. To compile demo you need 32 or 64 bit ANSI C compiler (no it does not compile under Borland one) and libraries listed bellow. PC speaker driver eats lots of CPU so running it at computers slower than pentium is really not good idea.&quot;">
19+
<meta name="twitter:image" content="https://bb.cns.me/bb-logo.jpg">
20+
<!-- Google tag (gtag.js) -->
21+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HHZBLWZ5Y2"></script>
22+
<script>
23+
window.dataLayer = window.dataLayer || [];
24+
function gtag(){dataLayer.push(arguments);}
25+
gtag('js', new Date());
26+
27+
gtag('config', 'G-HHZBLWZ5Y2');
28+
</script>
729
<style>
830
html, body {
931
height: 100%;

0 commit comments

Comments
 (0)