A

AAA
Anonymous
abap
02/03/2023 4:08 PM
404 B
18
Indexable
<!DOCTYPE html>
<html>
<head>
  <style>
    body {
      background-color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100vh;
    }

    h1 {
      color: blue;
    }
  </style>
</head>
<body>
  <h1>Hello</h1>
</body>
</html>
Editor is loading...