index.html 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <!DOCTYPE html>
  2. <html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  3. <title>NoixDeXydre</title>
  4. <link rel="stylesheet" href="style.css">
  5. </head>
  6. <body>
  7. <header>
  8. <h1>Welcome stranger, to my mysterious domain !</h2>
  9. </header>
  10. <p class="desc"><strong>What is this site all about?</strong> Well, it's really simple, this place is supposed to be used as a blog about the <span class="lightner">development of my games</span>. However, looks like it's <span class="blackened">still under contruction...</span></p>
  11. <p><strong>Version 0.1 of the web site will be coming soon !</strong></p>
  12. <div class="infos">
  13. <h2><strong>Informations</strong></h2>
  14. <p>Contact : noa.cool974@gmail.com</p>
  15. <p>Discord : #3545 NoixDeXydre</p>
  16. <h2>Planned features</h2>
  17. </div>
  18. <table>
  19. <tr>
  20. <th class="blackened">Functionalities</th>
  21. <th class="lightner">Next games</th>
  22. </tr>
  23. <tr>
  24. <td>Blog with article system</td>
  25. <td>Photon Project</td>
  26. </tr>
  27. <tr>
  28. <td>Several sections, including "games" part</td>
  29. <td>The Long Road</td>
  30. </tr>
  31. <tr>
  32. <td>Multiple links for musics, art</td>
  33. <td>Fallen Lane</td>
  34. </tr>
  35. <tr>
  36. <td>English translation</td>
  37. <td>Polaroïd Project</td>
  38. </tr>
  39. <tr>
  40. <td>No javascript :)</td>
  41. <td>Et plus encore...</td>
  42. </tr>
  43. </table>
  44. <p><a href="fr/index.html">Changer en français</a></p>
  45. <footer>
  46. <p>All the contents written and published on this site are mine, and are dedicated to the <a href="src/cc0.txt">public domain.</a></p>
  47. <p>NoixDeXydre, 2022</p>
  48. </footer>
  49. </body></html>