12 lines
260 B
HTML
12 lines
260 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Blank</title>
|
|
</head>
|
|
<body>
|
|
<!-- Is it really blank? 🤔 -->
|
|
This page intentionally left blank.
|
|
<!-- The proof is left as an exercise to the reader. -->
|
|
</body>
|
|
</html>
|