1
0
mirror of https://github.com/elisspace/pops.git synced 2026-08-29 15:44:05 +00:00

added application form page

This commit is contained in:
Eli
2021-04-05 15:21:04 +07:00
parent 2d494ab125
commit 96ca5988f0

17
app.php Normal file
View File

@@ -0,0 +1,17 @@
<!doctype html>
<html lang="en">
<?php
$page = "default";
include 'header.php';
?>
<iframe class="airtable-embed" src="https://airtable.com/embed/shrMUhRNEnnrSTwpN?backgroundColor=red" frameborder="0" onmousewheel="" width="100%" height="533" style="background: transparent; border: 1px solid #ccc;"></iframe>
<?php
include 'footer.php';
?>
</html>