A

AAA
 avatar
unknown
abap
2 years ago
303 B
5
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...