23 lines
438 B
HTML
23 lines
438 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Cocoon Lovina</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<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>
|