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/newlog.st | |
| parent | e620f19487c5dd8bf2c072c0dc18e04ed601d08e (diff) | |
Refactor: extract inline CSS into static/css
Diffstat (limited to 'template/newlog.st')
| -rwxr-xr-x | template/newlog.st | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template/newlog.st b/template/newlog.st index 2694cec..434e301 100755 --- a/template/newlog.st +++ b/template/newlog.st @@ -15,6 +15,7 @@ <link rel="image_src" href="/static/img/thumbs/heartover.gif" > <script type="text/javascript" src="$domain$/static/js/pichat.js"></script> <link href="/static/css/front.css?v=20260128" media="screen, projection" rel="stylesheet" type="text/css"> +<link href="/static/css/newlog.css?v=20260129" media="screen, projection" rel="stylesheet" type="text/css"> <script>Domain = "$domain$"</script> $if(!user_nick)$ @@ -40,6 +41,7 @@ window.location = "/error/ie"; <!--END HEAD--> +<!-- <style> @@ -120,6 +122,7 @@ a#disregister { } </style> +--> <script> |
