Skip to content

Commit

Permalink
super super evil mode
Browse files Browse the repository at this point in the history
  • Loading branch information
couleurm committed Dec 4, 2023
1 parent 2d72a35 commit a5b1fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redirector.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Set-Location $PSScriptRoot
function New-HtmlRedirect ($url) {
return @"
<!DOCTYPE html>
<meta http-equiv="refresh" content="0"; url="$url"/>
<meta http-equiv="refresh" content="0; url=$url"/>
<style>body {background-color: rgb(17, 17, 17);}</style>
"@
}
Expand Down

0 comments on commit a5b1fd1

Please sign in to comment.