Meta tags, Contact, and simple glossary
This commit is contained in:
@@ -5,7 +5,7 @@ import { getRelativeLocaleUrl } from "astro:i18n";
|
||||
const startLink = getRelativeLocaleUrl("th", "start");
|
||||
---
|
||||
|
||||
<BasicLayout>
|
||||
<BasicLayout title="ย้ายไป Linux">
|
||||
<header
|
||||
class="min-h-[50vh] flex justify-center items-center flex-col gap-2 bg-amber-50 dark:bg-amber-950"
|
||||
>
|
||||
@@ -70,6 +70,20 @@ const startLink = getRelativeLocaleUrl("th", "start");
|
||||
<p>กดปุ่มด้านล่างเพื่อเริ่มต้นการผจญภัยในดินแดนเพนกวินได้เลย</p>
|
||||
<a href={startLink} class="button mt-4">เริ่มต้นเลย!</a>
|
||||
</section>
|
||||
<section id="incorrect">
|
||||
<h2 class="text-red-900 dark:text-red-300 mb-2">
|
||||
พบเจอข้อมูลที่ไม่ถูกต้องรึเปล่า
|
||||
</h2>
|
||||
<p class="max-w-[50vw] text-center">
|
||||
เว็บไซต์นี้ไม่สมบูรณ์แบบ หากคุณเจอข้อมูลใดที่ล้าสมัย ไม่ถูกต้อง
|
||||
หรืออาจถูกเข้าใจผิด โปรดส่งอีเมลไปยัง
|
||||
<code>linesofcodes at dailitation dot xyz</code> (<a
|
||||
href="https://keys.openpgp.org/vks/v1/by-fingerprint/8A487B532BEF7B324339AC1CFBE9E5E346F3DDE8"
|
||||
target="_blank"
|
||||
rel="noopener">คีย์เข้ารหัส PGP</a
|
||||
>)
|
||||
</p>
|
||||
</section>
|
||||
</main>
|
||||
<footer class="text-center py-4 bg-slate-800 text-white">
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user