aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.php b/index.php
index d0b2f7c..35f317d 100644
--- a/index.php
+++ b/index.php
@@ -14,6 +14,8 @@ $dap_current_env = dap_get_current_env();
<?php
if ($dap_current_env === 'production') {
echo '<link rel="stylesheet" href="assets/css/style.css" />';
+ } else {
+ echo '<script src="assets/js/style.js"></script>';
}
?>
</head>