index.html 342 B

12345678910111213
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>The Yojik.net home page</title>
  5. <meta charset="UTF-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. </head>
  8. <body>
  9. <h1>The Yojik Net home page</h1>
  10. <p>Nothing interesting at the moment .. comming soon!</p>
  11. </body>
  12. </html>