1
0
mirror of https://github.com/rfivet/BCG101.git synced 2024-06-26 10:15:24 +00:00

Book covers added to documentation.

This commit is contained in:
Renaud 2024-04-17 16:21:17 +08:00
parent 9c42a9ee18
commit 8af42944bc
5 changed files with 15 additions and 8 deletions

BIN
docs/img/1973.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 352 KiB

BIN
docs/img/1974.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

BIN
docs/img/1975.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 KiB

BIN
docs/img/1978.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 247 KiB

View File

@ -1,15 +1,22 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>BCG 101</title>
<style>
body { text-align: center; }
</style>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BCG 101</title>
<style>
img {
width: 33%;
height: auto;
}
</style>
</head>
<body>
<h1>BCG 101</h1>
<h3>About</h3>
<hr>
<h1>BCG101: 101 BASIC COMPUTER GAMES</h1>
<img src="img/1973.jpg" /> 1973 $5<br>
<img src="img/1974.jpg" /> 1974 $7.50<br>
<img src="img/1975.jpg" /> 1975 $7.50<br>
<img src="img/1978.jpg" /> 1978 $7.95
<hr>Copyright © 2024 Renaud Fivet
</body>
</html>