<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8">

  <title>My First Site</title>

  <style>

    body {

      font-family: Arial, sans-serif;

      background: #fafafa;

      color: #333;

      text-align: center;

      padding: 50px;

    }

    h1 {

      color: #2c7;

    }

  </style>

</head>

<body>

  <h1>Hello, world!</h1>

  <p>Welcome to my website, hosted with Cloudflare Pages.