<!DOCTYPE html> 

<html lang="en">

 <head> 

<meta charset="UTF-8"> 

<meta name="viewport" content="width=device-width, initial-scale=1.0"> 

<title>My Live Website</title>

<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap" rel="stylesheet"> <link rel="stylesheet" href="style.css"> 

</head>

 <body> 

<main> 

<h1>Hello, Class 288!</h1> 

<p>Excited to build a website on my own for the first time!</p> 

<p>It was built from a simple HTML file and is hosted for free on Cloudflare as a part of my training.</p> 

</main> 

</body> 

</html>