22 lines
558 B
Text
22 lines
558 B
Text
export const title = "My Link"
|
|
|
|
<h3 class="my-10 text-center text-xl font-bold">{title}</h3>
|
|
|
|
```js
|
|
name: "Guoqi Sun",
|
|
description: "Try, fail, retry. That's the rhythm of growth.",
|
|
link: "https://blog.sunguoqi.com",
|
|
avatar: "https://assets.guoqi.dev/images/avatar.png",
|
|
```
|
|
|
|
<h4 class="my-10 text-center">
|
|
Want to add a friend link? Please leave a comment in the comment area below,
|
|
and I will add it as soon as possible.
|
|
</h4>
|
|
|
|
```js
|
|
name: "your site name",
|
|
description: "your site description",
|
|
link: "your site link",
|
|
avatar: "your site avatar",
|
|
```
|