|
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8"> |
5 | 5 | <title>bb — ASCII art demo (WebAssembly)</title> |
| 6 | +<link rel="icon" href="bb-logo.jpg" type="image/jpeg"> |
6 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
7 | | -<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.""> |
| 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."> |
8 | 9 | <meta property="og:type" content="website"> |
9 | 10 | <meta property="og:url" content="https://bb.cns.me/"> |
10 | 11 | <meta property="og:site_name" content="bb"> |
11 | 12 | <meta property="og:title" content="bb — ASCII art demo (WebAssembly)"> |
12 | | -<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.""> |
| 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."> |
13 | 14 | <meta property="og:image" content="https://bb.cns.me/bb-logo.jpg"> |
14 | 15 | <meta property="og:image:width" content="238"> |
15 | 16 | <meta property="og:image:height" content="173"> |
16 | 17 | <meta name="twitter:card" content="summary"> |
17 | 18 | <meta name="twitter:title" content="bb — ASCII art demo (WebAssembly)"> |
18 | | -<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.""> |
| 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."> |
19 | 20 | <meta name="twitter:image" content="https://bb.cns.me/bb-logo.jpg"> |
20 | 21 | <!-- Google tag (gtag.js) --> |
21 | 22 | <script async src="https://www.googletagmanager.com/gtag/js?id=G-HHZBLWZ5Y2"></script> |
|
110 | 111 | font-style: italic; |
111 | 112 | margin-top: 0.4rem; |
112 | 113 | } |
| 114 | + footer .credit { |
| 115 | + color: #2a2a2a; |
| 116 | + margin-top: 0.6rem; |
| 117 | + } |
| 118 | + footer .credit a { color: #3a3a3a; } |
113 | 119 | </style> |
114 | 120 | </head> |
115 | 121 | <body> |
|
141 | 147 | bellow. PC speaker driver eats lots of CPU so running it at computers |
142 | 148 | slower than pentium is really not good idea.” |
143 | 149 | </div> |
| 150 | + <div class="credit"> |
| 151 | + <a href="https://github.com/chrisns/docker-bb">repo</a> |
| 152 | + · |
| 153 | + <a href="https://cns.me">cns.me</a> |
| 154 | + </div> |
144 | 155 | </footer> |
145 | 156 | <script type="module" src="app.js"></script> |
146 | 157 | <script> |
|
0 commit comments