You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
1.1 KiB
25 lines
1.1 KiB
1 year ago
|
<dialog>
|
||
|
<h1>Welcome to Tegaki Tuesday!</h1>
|
||
|
<p>In order to participate in challenges, you must be a member of a participating Discord server.</p>
|
||
|
<h2>Join a participating server</h2>
|
||
|
<div class="servers">
|
||
|
<div class="recommended">
|
||
|
<img src="https://cdn.discordapp.com/icons/189571157446492161/a_5df28dc3a43bc6780cb084b2ad896a9f.webp?size=96" alt="Server icon">
|
||
|
<div class="name">English-Japanese Language Exchange</div>
|
||
|
<div class="label-wrapper">
|
||
|
<div class="label">Recommended</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div>
|
||
|
<img src="https://cdn.discordapp.com/icons/116379774825267202/a_425c9b6640fdc30deb5f97eddcf8e6a7.webp?size=96" alt="Server icon">
|
||
|
<div class="name">日本語と英語 - JP & EN</div>
|
||
|
</div>
|
||
|
<div>
|
||
|
<img src="https://cdn.discordapp.com/icons/582147335476346880/677049f139f08cf670e20e8c5f0a656e.webp?size=96" alt="Server icon">
|
||
|
<div class="name">Yudai La Piñata</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</dialog>
|
||
|
<script>
|
||
|
document.querySelector("dialog").showModal();
|
||
|
</script>
|