19 lines
222 B
HTML
19 lines
222 B
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<title>Flags</title>
|
|
</head>
|
|
<body>
|
|
|
|
<img src="flags-united_states.png" alt="US Flag">
|
|
|
|
<hr />
|
|
<h3>World Flags</h3>
|
|
<hr />
|
|
|
|
<p>
|
|
All these flag images are in the public domain.
|
|
</p>
|
|
|
|
|
|
</body>
|
|
</html> |