16 lines
283 B
HTML
16 lines
283 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
|
|
<style>
|
|
div {
|
|
font: 40px/2 Segoe UI Emoji, Apple Color Emoji, Noto Color Emoji, serif;
|
|
}
|
|
</style>
|
|
|
|
<p>Only the first of these four flags should be black:</p>
|
|
<div>
|
|
Black flag: 🏴<br>
|
|
England: 🏴<br>
|
|
Scotland: 🏴<br>
|
|
Wales: 🏴
|
|
</div>
|