mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-blog.git
synced 2026-07-03 23:51:26 +00:00
8 lines
204 B
Text
8 lines
204 B
Text
|
|
---
|
||
|
|
const platform = "github";
|
||
|
|
const username = "ClovertaTheTrilobita";
|
||
|
|
---
|
||
|
|
|
||
|
|
<footer>
|
||
|
|
<p>Learn more about my projects on <a href={`https://www.${platform}.com/${username}`}>{platform}</a>!</p>
|
||
|
|
</footer>
|