curl notice
This commit is contained in:
parent
c6acff8932
commit
a2a8007c54
2 changed files with 7 additions and 8 deletions
|
|
@ -16,12 +16,11 @@ Its \x1b[1m${time}\x1b[0m in ${info.timezone}.
|
|||
|
||||
\x1b[3m${info.skills.join('\x1b[0m, \x1b[3m')}\x1b[0m
|
||||
|
||||
${Object.entries(info.links).map(([key, value]) => `\x1b[1m${key}\x1b[0m: \x1b[4m${value}\x1b[0m`).join('\n')}
|
||||
${Object.entries(info.links).map(([key, value]) => `- \x1b[1m${key}\x1b[0m: \x1b[4m${value}\x1b[0m`).join('\n')}
|
||||
|
||||
\x1b[1mgithub\x1b[0m: ${info.github}
|
||||
\x1b[1mdiscord\x1b[0m: ${info.discord}
|
||||
\x1b[1mblog\x1b[0m: ${info.blog.main}
|
||||
\x1b[1m\ github\x1b[0m: ${info.github}
|
||||
\x1b[1m\ discord\x1b[0m: ${info.discord}
|
||||
\x1b[1m\ blog\x1b[0m: ${info.blog.main}
|
||||
|
||||
\x1b[37;3m${info.title} - curl version ;)\x1b[0m
|
||||
`);
|
||||
\x1b[2;3m${info.title} - ${event.request.headers.get('user-agent')} version ;)\x1b[0m\n`);
|
||||
};
|
||||
|
|
@ -117,7 +117,7 @@
|
|||
<a class="no-underline px-2" href={'https://nixwebr.ing/next/'+data.nixwebring}>></a>
|
||||
<a class="no-underline px-2" href="https://nixwebr.ing">?</a>
|
||||
</nav>
|
||||
<p class="text-center m-0">
|
||||
© {new Date().getFullYear()} {data.legal}. All rights reserved.
|
||||
<p class="text-center m-0 font-mono italic">
|
||||
curl https://satr14.my.id
|
||||
</p>
|
||||
</footer>
|
||||
Loading…
Add table
Add a link
Reference in a new issue