add demo components for wiki

This commit is contained in:
Techit Thawiang
2025-07-28 21:07:01 +07:00
parent 07171f5b5a
commit 3c16c0e49e
2 changed files with 29 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html>
<head>
<title>Buadhong Components Demo</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<main>
<article style="max-width: 64rem; width: 100%;margin: 0 auto;">
<h1>Buadhong Components Demo</h1>
<section>
<h2>Alert</h2>
<div class="alert">
<p>
<b>บทความนี้ไม่สมบูรณ์แบบ</b><br>
เหตุ: เพิ่มวิธีการใช้ Visual Editor, คู่มือสำหรับ wikitext, ฯลฯ
</p>
</div>
</section>
</article>
</main>
</body>
</html>