Untitled
3 hours ago in Plain Text
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>hi</title>
<style>
body {
background-color: white;
color: black;
font-family: sans-serif;
font-size: 5rem;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
}
</style>
</head>
<body>
hi
</body>
</html>