ft_onion/index.html

24 lines
487 B
HTML

<html>
<head>
<title>Welcome to ft_onion</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
color: #333;
text-align: center;
padding: 50px;
}
h1 {
color: #2c3e50;
}
p {
font-size: 18px;
}
</style>
</head>
<body>
<h1>Welcome to ft_onion</h1>
<p>This is a hidden service running on Tor.</p>
</body>
</html>