website/index.html

14 lines
481 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Sunny the Corsican's Website</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<p> hello! if you can see this then everything is working, hope you are having an amazing day. I'm going to update this soon! Stay tuned :3 </p>
</body>
</html>