mirror of
https://github.com/rfivet/BCG101.git
synced 2025-01-18 23:36:30 -05:00
Book covers added to documentation.
This commit is contained in:
parent
9c42a9ee18
commit
8af42944bc
BIN
docs/img/1973.jpg
Normal file
BIN
docs/img/1973.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 352 KiB |
BIN
docs/img/1974.jpg
Normal file
BIN
docs/img/1974.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 71 KiB |
BIN
docs/img/1975.jpg
Normal file
BIN
docs/img/1975.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 125 KiB |
BIN
docs/img/1978.jpg
Normal file
BIN
docs/img/1978.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 247 KiB |
@ -2,14 +2,21 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>BCG 101</title>
|
||||
<style>
|
||||
body { text-align: center; }
|
||||
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>
|
||||
|
Loading…
Reference in New Issue
Block a user