website/index.html

13 lines
317 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./src/style.css">
</head>
<body>
<h1>Amy's Page! :3</h1>
<p>Hi, my name is Amy. I like to sing and listen to Jazz or Bossa Nova.</p>
</body>
</html>