Files
dtic-DIIAA/servicios/proxy/public/index.html
T

17 lines
503 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bienvenido a rm-PROXY</title>
<style>
body { font-family: Arial, sans-serif; text-align: center; padding: 50px; }
h1 { color: #333; }
p { color: #666; }
</style>
</head>
<body>
<h1>Bienvenido a rm-PROXY</h1>
<p>rm-PROXY is a proxy API for web services intermediation using Docker and Nginx.</p>
</body>
</html>