File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ pre, code {
1717<html>
1818 <head>
1919 <title>$Title </title>
20- <!--I agree htmx is nice--!>
2120 <script src="https://unpkg.com/htmx.org@latest"></script>
2221 <meta name='viewport' content='width=device-width, initial-scale=1' />
2322 <link rel='stylesheet' href='https://cdn.jsdelivr.net/gh/2bitdesigns/4bitcss@latest/css/$PaletteName .css'/>
@@ -35,8 +34,11 @@ $style
3534 ) -join [Environment ]::NewLine
3635 )
3736 </head>
38- <body>
39- $ ( $argsAndinput -join [Environment ]::NewLine)
37+ <body>
38+ <a href="https://github.com/CodersUnite-org/CodersUnite">
39+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="foreground-stroke"><path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"></path></svg>
40+ </a>
41+ $ ( $argsAndinput -join [Environment ]::NewLine)
4042<script>hljs.highlightAll();</script>
4143 </body>
4244</html>
You can’t perform that action at this time.
0 commit comments