-
Notifications
You must be signed in to change notification settings - Fork 0
/
dev.html
17 lines (17 loc) · 1.06 KB
/
dev.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<title>Dev Playground</title>
</head>
<body>
<div class="container">
<h1 class="text-center">Dev Playground</h1>
<!-- Dockwa Embedded Reservation Form https://dockwa.com -->
<script src="https://assets.dockwa.com/white-label-form/v1/dockwa-form.js"></script><iframe src="https://chatch.ngrok.io/explore/destination/nls29zn-stanwoods-demo-marina/embed" id="dockwa-embed" frameborder="0" onload="dockwaOnload()" width="100%" height="1000px" style="opacity:0;"></iframe>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.min.js" integrity="sha384-Atwg2Pkwv9vp0ygtn1JAojH0nYbwNJLPhwyoVbhoPwBhjQPR5VtM2+xf0Uwh9KtT" crossorigin="anonymous"></script>
</body>
</html>