This commit is contained in:
2025-03-14 17:42:58 +03:00
commit a283d2cf37
13 changed files with 395 additions and 0 deletions

18
header.php Normal file
View File

@ -0,0 +1,18 @@
<?php
echo "
<style>
.inputForm {
color: RED;
margin: 10px;
}
.additional_email {
color: #2c35cc;
}
</style>
<script>
document.addEventListener('DOMContentLoaded', () => {
console.log('form ready');
});
</script>
";