Skip to content

Commit

Permalink
modified: src/pages/crosslink.astro
Browse files Browse the repository at this point in the history
[WIP] added crosslink
  • Loading branch information
s0u7a committed Nov 11, 2023
1 parent 2297f58 commit 8254d65
Showing 1 changed file with 21 additions and 7 deletions.
28 changes: 21 additions & 7 deletions src/pages/crosslink.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,23 @@ const content = [
"Desc": "Ame_xのホームページ"
},
{
"Link": "https://activetk.jp/",
"Link": "https://activetk.jp",
"Desc": "ActiveTK.のホームページ"
},
{
"Link": "https://hasilan.net",
"Desc": "Hasilanのホームページ"
},
{
"Link": "https://表現の自由.xyz",
"Desc": "空髪のホームページ"
},
{
"Link": "https://Xely.net",
"Desc": "あくてぃばるさんが管理しているサイトで、便利なWebツールが大量にあります!"
}
]
---

<Layout title="CROSSLINK | s0u7a.net" description="s0u7a.net CrossLink" icon="/favicon.svg">
Expand All @@ -25,9 +36,12 @@ const content = [
</>
})
}
<a href="//rumiserver.com/sinch"><img src="//rumiserver.com/Asset/rumisan_room/BANNR.png" alt="rumiserverのバナー的" class="banner"></a>
<a href="//p-nsk.com/"><img src="//p-nsk.com/assets/banner.png"
alt="p_nskのサイト" width="200" height="40"></a>
<a href="https://hassy1216.github.io/" target="_blank"><img src="https://raw.githubusercontent.com/hassy1216/hassy1216.github.io/main/sketch-1696510507951.png" alt="はっしーさんのホームページ(仮)"></a>
<div style="width: 200px;height: 40px;"><a href="https://azusa.libertia-net.com"><img src="https://azusa.libertia-net.com/eachlinking_banner.gif" style="width: 100%;height: 100%;"></a></div>
<a target="_blank" rel="noopener noreferrer" href="https://hakurei.win/"><img src="https://hakurei.win/assets/mybanner.webp" alt="博麗神社の物置部屋" width="200" height="40"></a>
<a href="https://da-tenshi.github.io/WebSite/"><img class="fit-picture" src="https://raw.githubusercontent.com/DA-TENSHI/WebSite/main/image/wakasagi.png" alt="ホームページ" width="200" height="40"></a>
<a href="https://m1ntooo.com/" target="_blank"><img src="https://m1ntooo.com/Banner/m1ntooo.png" width="200" height="40"></a>
</Layout>
<a href="//rumiserver.com/sinch"><img src="//rumiserver.com/Asset/rumisan_room/BANNR.png" alt="rumiserverのバナー的" class="banner"></a>
<a href="p-nsk.com/"><img src="p-nsk.com/assets/banner.png"
alt="p_nskのサイト" width="200" height="40"></a>
<a href="https://hassy1216.github.io/" target="_blank"><img src="https://raw.githubusercontent.com/hassy1216/hassy1216.github.io/main/sketch-1696510507951.png" alt="はっしーさんのホームページ(仮)"></a>
<div style="width: 200px;height: 40px;"><a href="https://azusa.libertia-net.com"><img src="https://azusa.libertia-net.com/eachlinking_banner.gif" style="width: 100%;height: 100%;"></a></div>

0 comments on commit 8254d65

Please sign in to comment.