diff options
author | Freya Murphy <freya@freyacat.org> | 2025-02-07 17:35:39 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-02-07 17:35:39 -0500 |
commit | 1d197ecfe4b5c8be3b7e9534353da1172a80be18 (patch) | |
tree | d03869268df1071c26aca490f1bf5fdd82357d37 | |
parent | fix docker (diff) | |
download | rit.wtf-1d197ecfe4b5c8be3b7e9534353da1172a80be18.tar.gz rit.wtf-1d197ecfe4b5c8be3b7e9534353da1172a80be18.tar.bz2 rit.wtf-1d197ecfe4b5c8be3b7e9534353da1172a80be18.zip |
remove base elem
-rw-r--r-- | web/parts/head.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web/parts/head.php b/web/parts/head.php index c5d6f78..0ca2a66 100644 --- a/web/parts/head.php +++ b/web/parts/head.php @@ -3,7 +3,6 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <base target="_blank" /> <link rel="stylesheet" href="<?=ASSETS->css->main?>"> <link rel="stylesheet" href="<?=ASSETS->css->anim?>"> <?php if(isset($css)): ?> |