Clean staging references from production
This commit is contained in:
parent
089ea7eb65
commit
b4681d38e3
6 changed files with 3 additions and 33 deletions
|
|
@ -12,13 +12,6 @@
|
|||
<link rel="icon" type="image/png" href="favicon.png">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<!-- ===== Staging Banner ===== -->
|
||||
<div class="staging-banner">
|
||||
⚠️ STAGING SITE — RecruitmentVenture-Staging
|
||||
</div>
|
||||
|
||||
<!-- ===== Header ===== -->
|
||||
<header class="site-header">
|
||||
<div class="container">
|
||||
<h1 class="logo">Syntropy Talent</h1>
|
||||
|
|
@ -95,7 +88,7 @@
|
|||
|
||||
<script src="js/script.js"></script>
|
||||
<script>
|
||||
// Form handling for staging
|
||||
// Form submission
|
||||
document.getElementById('contactForm')?.addEventListener('submit', function(e) {
|
||||
e.preventDefault();
|
||||
alert('Message sent! (In production, this would send data to ERPNext)');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue