Skip to content

Commit e15e6af

Browse files
committed
Drop quote marks from meta description, add favicon and a credit line
The blurb quoted in the footer already carries its own curly quotes; the meta description doesn't need literal quote marks wrapping it too. Favicon is the bb logo. Added a subtle repo/cns.me credit line at the very bottom of the footer. Claude-Session: https://claude.ai/code/session_01F6QKUwwiAxLNkYn4dv5TfW
1 parent 12c0210 commit e15e6af

1 file changed

Lines changed: 14 additions & 3 deletions

File tree

web/index.html

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,20 @@
33
<head>
44
<meta charset="utf-8">
55
<title>bb — ASCII art demo (WebAssembly)</title>
6+
<link rel="icon" href="bb-logo.jpg" type="image/jpeg">
67
<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 name="description" content="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.">
89
<meta property="og:type" content="website">
910
<meta property="og:url" content="https://bb.cns.me/">
1011
<meta property="og:site_name" content="bb">
1112
<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:description" content="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.">
1314
<meta property="og:image" content="https://bb.cns.me/bb-logo.jpg">
1415
<meta property="og:image:width" content="238">
1516
<meta property="og:image:height" content="173">
1617
<meta name="twitter:card" content="summary">
1718
<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:description" content="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.">
1920
<meta name="twitter:image" content="https://bb.cns.me/bb-logo.jpg">
2021
<!-- Google tag (gtag.js) -->
2122
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HHZBLWZ5Y2"></script>
@@ -110,6 +111,11 @@
110111
font-style: italic;
111112
margin-top: 0.4rem;
112113
}
114+
footer .credit {
115+
color: #2a2a2a;
116+
margin-top: 0.6rem;
117+
}
118+
footer .credit a { color: #3a3a3a; }
113119
</style>
114120
</head>
115121
<body>
@@ -141,6 +147,11 @@
141147
bellow. PC speaker driver eats lots of CPU so running it at computers
142148
slower than pentium is really not good idea.&rdquo;
143149
</div>
150+
<div class="credit">
151+
<a href="https://github.com/chrisns/docker-bb">repo</a>
152+
&middot;
153+
<a href="https://cns.me">cns.me</a>
154+
</div>
144155
</footer>
145156
<script type="module" src="app.js"></script>
146157
<script>

0 commit comments

Comments
 (0)