23 lines
752 B
HTML
23 lines
752 B
HTML
<!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> |