Untitled
unknown
plain_text
a year ago
843 B
7
Indexable
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Jake is Gay</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f0f8ff;
color: #333;
text-align: center;
padding: 50px;
}
h1 {
color: #ff69b4;
}
footer {
margin-top: 50px;
font-size: 0.8em;
color: #777;
}
</style>
</head>
<body>
<header>
<h1>Jake is Gay</h1>
</header>
<main>
<p>This website is dedicated to celebrating Jake's identity and promoting love and acceptance.</p>
</main>
<footer>
<p>© 2024 Celebrate Identity</p>
</footer>
</body>
</html>
Editor is loading...
Leave a Comment