52 lines
No EOL
2 KiB
PHP
52 lines
No EOL
2 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Miss Kylie Marilyn - Rubber Doll & Latex Goddess</title>
|
|
|
|
<link rel="stylesheet" href="build/styles.css">
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png">
|
|
<link rel="manifest" href="/favicons/site.webmanifest">
|
|
<link rel="mask-icon" href="/favicons/safari-pinned-tab.svg" color="#fbcfe8">
|
|
<meta name="msapplication-TileColor" content="#fbcfe8">
|
|
<meta name="theme-color" content="#fbcfe8">
|
|
|
|
</head>
|
|
|
|
<body class="text-center pt-8 lg:pt-12 bg-pink-200">
|
|
<article class="container mx-auto">
|
|
<h1 class="text-3xl font-serif leading-9">Miss Kylie Marilyn</h1>
|
|
<p class="text-md text-gray-600 font-serif">Elite Rubber Doll & Latex Goddess</p>
|
|
|
|
<img class="rounded-lg mx-auto my-6 border-pink-50 border-4 shadow-md" src="img/miss-kylie_marilyn.jpg"
|
|
width="130" height="130" alt="Miss Kylie Marilyn in black latex">
|
|
|
|
<ul class="my-4 text-sm text-gray-500">
|
|
<li>Location: Leipzig, Germany, Europe</li>
|
|
<li>Email: <a href="mailto:info@kyliemarilyn.com">info@kyliemarilyn.com</a></li>
|
|
</>
|
|
|
|
<ul class="my-6">
|
|
<li>
|
|
<a class="network" href="https://twitter.com/KylieMarilyn">Twitter</a>
|
|
</li>
|
|
<li>
|
|
<a class="network" href="https://www.instagram.com/_misskyliemarilyn_">Instagram</a>
|
|
</li>
|
|
<li>
|
|
<a class="network" href="https://www.manyvids.com/Profile/804657/Kylie-Marilyn">ManyVids</a>
|
|
</li>
|
|
</ul>
|
|
|
|
<p class="text-xs text-gray-500">
|
|
Copyright by Miss Kylie Marilyn <?php echo date('Y') ?>
|
|
</p>
|
|
</article>
|
|
</body>
|
|
|
|
</html>
|