diff --git a/wiki/pages/protocol.html b/wiki/pages/protocol.html
index e4babe6d9d9dd871f5ab2265e2af468859f07216..e09848c3826c6b1724c40ca4174f89582f0d855d 100644
--- a/wiki/pages/protocol.html
+++ b/wiki/pages/protocol.html
@@ -45,7 +45,7 @@
   For Dr. Wood's experimentation and for our own HPLC experimentation, we adopted similar controls. </p>
   
   <p> Experimental Controls </p>
-  <ul style=“list-style-type:disc”>
+  <ul style="list-style-type: disc;">
     <li>Concentrated TMA at 6.65 M </li>
     <li>Dilute TMA of at ~1 g/L</li>
     <li>LB Broth and TMA (Non dilute), with 25 mL LB to 5 mL TMA </li>
@@ -79,6 +79,21 @@
           <br>
       <p style="font-size:16px;line-height:2em;font-weight:500;"> The above tube rack contains the final samples sent off to Aurora, Colorado for testing: 45 samples with eight controls and 37 tests of each enzyme over a span of zero hours, two hours, and four hours. We are currently waiting for results to come in.</p>
 
+      <div class="safety-container" style="background-color: #86B0B3; left:200px; color:black; margin:20px; top:10px; height:60px; padding-top:5px;text-align: center; border-radius: 25px;">
+        <h1 style="font-family: 'Passion One', sans-serif; letter-spacing: 0.04em; padding-top:10px;">FSU iGEM Core Protocols</h1>
+        </div>
+        <p style="font-size:16px;line-height:2em;font-weight:500;"> The following PDF explains all of our protocols used for transformation, LB broth preparation, and all fundamental work not particular to the project.</p>
+        <div id="viewer" style="width: 100%; height: 500px;"></div>
+        <script type="text/javascript" src="https://cloudpdf.io/viewer.min.js"></script>
+        <script>
+        const config = { 
+          documentId: 'b5d29008-f599-45fa-a2be-e81e4ada48dc',
+          darkMode: true, 
+        };
+        CloudPDF(config, document.getElementById('viewer')).then((instance) => {
+          
+        });
+        </script>