1
0
mirror of https://github.com/elisspace/pops.git synced 2026-08-29 15:44:05 +00:00
Files
pops/app.php
Eli 5eaef60e68 started property page with a carousel.
Removed bs- attribute bit from the carousel to get the js working
2021-04-13 20:59:41 +07:00

14 lines
437 B
PHP

<?php
$page = "app";
include 'header.php';
?>
<script src="https://static.airtable.com/js/embed/embed_snippet_v1.js"></script><iframe class="airtable-embed airtable-dynamic-height" src="https://airtable.com/embed/shrMUhRNEnnrSTwpN?backgroundColor=red" frameborder="0" onmousewheel="" width="100%" height="3400.75" style="background: transparent; border: 1px solid #ccc;"></iframe>
<?php
include 'footer.php';
?>