Old ngn4 website
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
2.1 KiB

9 years ago
9 years ago
9 years ago
9 years ago
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>ngn4.io</title>
  5. <link rel="stylesheet" href="css/main.css" />
  6. <meta charset="utf-8" />
  7. <meta name="HandheldFriendly" content="true"/>
  8. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  9. <meta name="Description" content="Name Generator for Mass Effect, Dragon Age and Elder Scrolls. It is fan-made, and the developer is not in any way affiliated with the developers and publishers behind those amazing franchises. Uses open-source name generator engine, ngn4">
  10. <script src="/js/jquery.js"></script>
  11. <script src="/js/ngn4-0.4.1.js"></script>
  12. <script src="/js/page.js"></script>
  13. <style id="generator-style">{generatorStyle}</style>
  14. <style id="name-style"></style>
  15. </head>
  16. <body>
  17. <div class="ngn4-panel ngn4-menu noselect">
  18. <h1>NGN4</h1><span id="menu-items"></span>
  19. </div>
  20. <div class="ngn4-panel ngn4-geninfo" id="generator-screen" style="display: none;">
  21. <div id="gi-name">#name</div>
  22. <div id="gi-header">#header</div>
  23. <hr>
  24. <div id="gi-genders" class="noselect"></div>
  25. <div id="gi-formats" class="noselect"></div>
  26. <button id="gi-button" onclick="generate(); return false;">Generate</button>
  27. </div>
  28. <div class="ngn4-panel ngn4-geninfo vertical-center" id="loading-screen" style="display: block;">
  29. <center>Loading...</center>
  30. </div>
  31. <div class="ngn4-panel ngn4-footer"><p>Copyrighted content and trademarks are the property of the publishers and developers of the game series, and the developer of this website is in no way affilated with them.</p><p>By continuing to use this site, you agree to the use of cookies. These are only used to recall where you were between sessions, and are not shared with any third-parties.</p><p>This is still a work in progress, with bugs and poor optimization. I recommend you do not browse this website on a very limited metered connection.</p><center><a href="javascript:hideFooter();">CLOSE</a></center></div>
  32. </body>
  33. <script type="text/javascript">
  34. var initData = {initData};
  35. var genList = {genList};
  36. var inited = {inited};
  37. </script>
  38. </html>