nsfw-face-ai / index.html
weepakistan's picture
Update index.html
d667008 verified
raw
history blame contribute delete
966 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Face AI</title>
<style>
body {
font-family: Arial, sans-serif;
text-align: center;
padding: 50px;
}
h1 {
font-size: 2em;
}
p {
font-size: 1.2em;
margin: 20px 0;
}
.btn {
background-color: #007bff;
color: white;
padding: 10px 20px;
font-size: 1em;
text-decoration: none;
border-radius: 5px;
display: inline-block;
}
.btn:hover {
background-color: #0056b3;
}
</style>
</head>
<body>
<h1>Face AI</h1>
<p>Create stunning AI-generated uncensored portraits</p>
<a href="https://faceai.pro/" class="btn" target="_blank">Get Started</a>
</body>
</html>