mirror of
https://github.com/rjNemo/orbital-orbit
synced 2026-06-10 13:16:41 +00:00
8 lines
271 B
Text
8 lines
271 B
Text
---
|
||
const platform = "GitHub"
|
||
const username = "rjNemo"
|
||
const url = `https://ruidy.nemausat.com`
|
||
---
|
||
<footer>
|
||
<p>© 2023 Ruidy – Learn more about my projects on <a href={`https://github.com/${username}`}>{platform}</a> and my <a href={url}>website</a>.</p>
|
||
</footer>
|