feat: added debug
This commit is contained in:
		| @@ -3,20 +3,35 @@ | ||||
|   <head> | ||||
|     <meta charset="utf-8" /> | ||||
|     <meta name="viewport" content="width=device-width, initial-scale=1" /> | ||||
|     <title>Hello Bulma!</title> | ||||
|     <link | ||||
|       rel="stylesheet" | ||||
|       href="https://cdn.jsdelivr.net/npm/bulma@1.0.2/css/bulma.min.css" | ||||
|     /> | ||||
|     <title>STSG</title> | ||||
|     <link rel="stylesheet" href="static/bulma.min.css" /> | ||||
|   </head> | ||||
|   <body> | ||||
|     <!-- Header (Navbar) --> | ||||
|     <nav | ||||
|       class="navbar is-primary" | ||||
|       role="navigation" | ||||
|       aria-label="main navigation" | ||||
|     > | ||||
|       <div class="navbar-brand"> | ||||
|         <a class="navbar-item" href="#"> | ||||
|           <strong>Static Translated Site Generator</strong> | ||||
|         </a> | ||||
|       </div> | ||||
|     </nav> | ||||
|  | ||||
|     <!-- Main Content --> | ||||
|     <section class="section"> | ||||
|       <div class="container"> | ||||
|         <h1 class="title">Hello World</h1> | ||||
|         <p class="subtitle">My first website with <strong>Bulma</strong>!</p> | ||||
|  | ||||
|         <content /> | ||||
|       </div> | ||||
|     </section> | ||||
|  | ||||
|     <!-- Footer --> | ||||
|     <footer class="footer"> | ||||
|       <div class="content has-text-centered"> | ||||
|         <p><strong>STSG</strong> by Hazel. © 2025</p> | ||||
|       </div> | ||||
|     </footer> | ||||
|   </body> | ||||
| </html> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user