vlcsolutions commited on
Commit
e9bc75e
·
verified ·
1 Parent(s): a26d531

Download Equipped for the Unforeseen: action="./equipped_unforeseen.php"

Browse files
Files changed (2) hide show
  1. equipped_unforeseen.php +8 -0
  2. index.html +3 -1
equipped_unforeseen.php ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ ```php
2
+ <?php
3
+ header('Content-Type: application/pdf');
4
+ header('Content-Disposition: attachment; filename="VLC_Business_Continuity_Plans.pdf"');
5
+ readfile('assets/documents/VLC_Business_Continuity_Plans.pdf');
6
+ exit;
7
+ ?>
8
+ ```
index.html CHANGED
@@ -265,7 +265,9 @@
265
  <div class="bg-white p-8 rounded-xl shadow-md">
266
  <h3 class="text-xl font-bold text-[var(--vlc-navy)] mb-4">Prepared for the Unexpected</h3>
267
  <p class="text-gray-700 mb-6">While we cannot foresee every challenge that may affect business continuity, we are always prepared. We are proactive in risk management, and in case of an unexpected event, we guarantee that your data will not be compromised and your operations will not be affected.</p>
268
- <a href="https://www.vlcsolutions.com/contactus.html" class="btn-accent inline-block px-4 py-2 rounded-md text-sm font-medium">Download Our Business Continuity Plans</a>
 
 
269
  </div>
270
 
271
  <!-- Ethical AI -->
 
265
  <div class="bg-white p-8 rounded-xl shadow-md">
266
  <h3 class="text-xl font-bold text-[var(--vlc-navy)] mb-4">Prepared for the Unexpected</h3>
267
  <p class="text-gray-700 mb-6">While we cannot foresee every challenge that may affect business continuity, we are always prepared. We are proactive in risk management, and in case of an unexpected event, we guarantee that your data will not be compromised and your operations will not be affected.</p>
268
+ <form action="./equipped_unforeseen.php" method="post" class="inline-block">
269
+ <button type="submit" class="btn-accent px-4 py-2 rounded-md text-sm font-medium">Download Our Business Continuity Plans</button>
270
+ </form>
271
  </div>
272
 
273
  <!-- Ethical AI -->