17 lines
175 B
HTML
17 lines
175 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
body {
|
|
width: 64px;
|
|
height: 64px;
|
|
font-size: 32px;
|
|
background: white;
|
|
color: white;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|
|
|