diff options
| author | yo momma <shutup@oops.wtf> | 2026-01-29 23:36:35 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-01-29 23:36:35 +0000 |
| commit | b2d1b69fd6d9b1f0473ea70bc473df6f370891da (patch) | |
| tree | 9f28a4ffe0a144518a413341eb0aed2a5d7fe9d3 /template/nigga.st | |
| parent | e620f19487c5dd8bf2c072c0dc18e04ed601d08e (diff) | |
Refactor: extract inline CSS into static/css
Diffstat (limited to 'template/nigga.st')
| -rwxr-xr-x | template/nigga.st | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/template/nigga.st b/template/nigga.st index fd28efb..ba01313 100755 --- a/template/nigga.st +++ b/template/nigga.st @@ -2,11 +2,13 @@ <head> <title>$nick$'s dump.fm</title> $head()$ + <link rel="stylesheet" type="text/css" href="/static/css/profile_dashboard.css?v=20260129"> <script src="/static/js/jquery.editinplace.1.0.1.packed.js" type="text/javascript"></script> <script src="/static/js/ajaxupload.js"></script> <script> jQuery(document).ready(initProfile); </script> +<!-- <style> @@ -156,7 +158,8 @@ border:1px solid black; -moz-border-radius:5px; } -</style> + </style> +--> </head> <body> |
