aboutsummaryrefslogtreecommitdiff
path: root/app/views/partials/header.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/partials/header.php')
-rw-r--r--app/views/partials/header.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/views/partials/header.php b/app/views/partials/header.php
index d78bbe3..7432617 100644
--- a/app/views/partials/header.php
+++ b/app/views/partials/header.php
@@ -1,5 +1,8 @@
<!DOCTYPE html>
-<html class="has-navbar-fixed-top" lang="en-us">
+
+<script>document.write('<html class="has-navbar-fixed-top" lang="en-us">');</script>
+<noscript><html lang="en-us"></noscript>
+
<head>
<title><?php echo $title = $title ?? 'Portfolio - '; ?>Thedro Neely</title>