add demo components for wiki
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user