20 lines
644 B
HTML
20 lines
644 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="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
|
|
|
|
<link rel="stylesheet" href="/assets/styles/main.css">
|
|
|
|
<title>roseapollo | photos</title>
|
|
</head>
|
|
<body>
|
|
<div id="about">
|
|
<a href="/" class="nounderlink"><h1>rose apollo</h1></a>
|
|
</div>
|
|
</body>
|
|
</html> |