diff options
Diffstat (limited to 'site/public/about')
| -rw-r--r-- | site/public/about/credits/index.html | 1 | ||||
| -rw-r--r-- | site/public/about/disclaimer/index.html | 1 | ||||
| -rw-r--r-- | site/public/about/index.html | 1 | ||||
| -rw-r--r-- | site/public/about/press/index.html | 1 | ||||
| -rw-r--r-- | site/public/about/privacy/index.html | 1 | ||||
| -rw-r--r-- | site/public/about/style/index.html | 3 | ||||
| -rw-r--r-- | site/public/about/terms/index.html | 1 |
7 files changed, 8 insertions, 1 deletions
diff --git a/site/public/about/credits/index.html b/site/public/about/credits/index.html index f1a28b0e..65bc7ac4 100644 --- a/site/public/about/credits/index.html +++ b/site/public/about/credits/index.html @@ -52,5 +52,6 @@ </div> </footer> </body> + <script src="/assets/js/app/site.js"></script> </html>
\ No newline at end of file diff --git a/site/public/about/disclaimer/index.html b/site/public/about/disclaimer/index.html index 5df5d656..b0215bde 100644 --- a/site/public/about/disclaimer/index.html +++ b/site/public/about/disclaimer/index.html @@ -52,5 +52,6 @@ </div> </footer> </body> + <script src="/assets/js/app/site.js"></script> </html>
\ No newline at end of file diff --git a/site/public/about/index.html b/site/public/about/index.html index f1a28b0e..65bc7ac4 100644 --- a/site/public/about/index.html +++ b/site/public/about/index.html @@ -52,5 +52,6 @@ </div> </footer> </body> + <script src="/assets/js/app/site.js"></script> </html>
\ No newline at end of file diff --git a/site/public/about/press/index.html b/site/public/about/press/index.html index e5763036..09c89165 100644 --- a/site/public/about/press/index.html +++ b/site/public/about/press/index.html @@ -50,5 +50,6 @@ </div> </footer> </body> + <script src="/assets/js/app/site.js"></script> </html>
\ No newline at end of file diff --git a/site/public/about/privacy/index.html b/site/public/about/privacy/index.html index 7ad9564f..5675f072 100644 --- a/site/public/about/privacy/index.html +++ b/site/public/about/privacy/index.html @@ -129,5 +129,6 @@ You are advised to review this Privacy Policy periodically for any changes. Chan </div> </footer> </body> + <script src="/assets/js/app/site.js"></script> </html>
\ No newline at end of file diff --git a/site/public/about/style/index.html b/site/public/about/style/index.html index eea861ac..f2c0d4b8 100644 --- a/site/public/about/style/index.html +++ b/site/public/about/style/index.html @@ -27,7 +27,7 @@ <div class="content"> <section><h1>Style Examples</h1> -</section><section class='images'><div class='image'><img src='https://nyc3.digitaloceanspaces.com/megapixels/v1/site/about/assets/test.jpg' alt='Alt text here'><div class='caption'>Alt text here</div></div></section><section><h1>Header 1</h1> +</section><section class='images'><div class='image'><img src='https://nyc3.digitaloceanspaces.com/megapixels/v1/site/about/assets/test.jpg' alt='Alt text here'><div class='caption'>Alt text here</div></div></section><section><div class='meta'><div><div class='gray'>Date</div><div>17-Jan-2019</div></div><div><div class='gray'>Numbers</div><div>17</div></div><div><div class='gray'>Identities</div><div>12,139</div></div><div><div class='gray'>But also</div><div>This is a test of the stylesheet</div></div></div></section><section><h1>Header 1</h1> <h2>Header 2</h2> <h3>Header 3</h3> <h4>Header 4</h4> @@ -85,5 +85,6 @@ But let's throw in a <b>tag</b>. </div> </footer> </body> + <script src="/assets/js/app/site.js"></script> </html>
\ No newline at end of file diff --git a/site/public/about/terms/index.html b/site/public/about/terms/index.html index db8b9e57..078c339f 100644 --- a/site/public/about/terms/index.html +++ b/site/public/about/terms/index.html @@ -64,5 +64,6 @@ </div> </footer> </body> + <script src="/assets/js/app/site.js"></script> </html>
\ No newline at end of file |
