mirror of
https://github.com/elisspace/pops.git
synced 2026-08-29 15:44:05 +00:00
14 lines
444 B
PHP
14 lines
444 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';
|
|
?>
|
|
</html>
|
|
|
|
|