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:
17
app.php
Normal file
17
app.php
Normal 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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user