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.

41 lines
2.5 KiB

8 years ago
8 years ago
8 years ago
8 years ago
8 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="theme-color" content="#000000">
  9. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  10. <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">
  11. <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">
  12. <meta name="google-site-verification" content="wCnCVeYckPWhEPRBv2ftVc6G3BixNF4Ib04B7pHLwFU" />
  13. <script src="/js/jquery.js"></script>
  14. <script src="/js/ngn4-0.4.1.js"></script>
  15. <script src="/js/page.js"></script>
  16. <style id="generator-style">{generatorStyle}</style>
  17. <style id="name-style"></style>
  18. </head>
  19. <body>
  20. <div class="ngn4-panel ngn4-menu noselect">
  21. <h1>NGN4</h1><span id="menu-items"></span>
  22. </div>
  23. <div class="ngn4-panel ngn4-geninfo" id="generator-screen" style="display: none;">
  24. <div id="gi-name">#name</div>
  25. <div id="gi-header">#header</div>
  26. <hr>
  27. <div id="gi-genders" class="noselect"></div>
  28. <div id="gi-formats" class="noselect"></div>
  29. <button id="gi-button" onclick="generate(); return false;">Generate</button>
  30. </div>
  31. <div class="ngn4-panel ngn4-geninfo vertical-center" id="loading-screen" style="display: block;">
  32. <center>Loading...</center>
  33. </div>
  34. <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>
  35. </body>
  36. <script type="text/javascript">
  37. var initData = {initData};
  38. var genList = {genList};
  39. var inited = {inited};
  40. </script>
  41. </html>