23 lines
290 B
HTML
23 lines
290 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
|
||
|
<head>
|
||
|
<title>README</title>
|
||
|
<link rel="stylesheet" href="../documentation/style.css" type="text/css">
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
|
||
|
<img src="hangman.jpg" alt="goose" />
|
||
|
|
||
|
<hr />
|
||
|
<h3>Screenshots</h3>
|
||
|
<hr />
|
||
|
|
||
|
<p>
|
||
|
Images of various demo programs.
|
||
|
</p>
|
||
|
|
||
|
</body>
|
||
|
</html>
|