cocoonlovinacom/index.html
ange 85b395f5f0
All checks were successful
/ deploy (push) Successful in 4s
fix: proxy -> iframe
2025-05-23 06:51:07 +00:00

22 lines
363 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Cocoon Lovina</title>
<style>
html, body {
margin: 0;
height: 100%;
}
iframe {
width: 100%;
height: 100%;
border: none;
}
</style>
</head>
<body>
<iframe src="https://contact978194.wixsite.com/cocoon-lovina-ok"></iframe>
</body>
</html>