Main Page

From Trusted Resource for HIV
Revision as of 21:50, 17 November 2024 by Admin (talk | contribs)

<!DOCTYPE html> <html lang="en"> <head>

   <meta charset="UTF-8">
   <title>My Wiki</title>
   <link rel="stylesheet" href="path/to/your/custom.css">

</head> <body>

   <header>

Welcome to My Wiki

       <form action="Special:Search" method="get">
           <input type="text" name="search" placeholder="Search...">
           <input type="submit" value="Go">
       </form>
   </header>
   <main>
       <section>

Featured Articles

  • <a href="Page_Title_1">Article 1</a>
  • <a href="Page_Title_2">Article 2</a>
       </section>
       <section>

Random Page

           <a href="Special:Random">Click here</a>
       </section>
   </main>
   <footer>

Powered by MediaWiki

   </footer>

</body> </html>