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

<!DOCTYPE html>
<html>
<head>
<title>ngn4.io</title>
<link rel="stylesheet" href="css/main.css" />
<meta charset="utf-8" />
<meta name="HandheldFriendly" content="true"/>
<meta name="theme-color" content="#000000">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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">
<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">
<meta name="google-site-verification" content="wCnCVeYckPWhEPRBv2ftVc6G3BixNF4Ib04B7pHLwFU" />
<script src="/js/jquery.js"></script>
<script src="/js/ngn4-0.4.1.js"></script>
<script src="/js/page.js"></script>
<style id="generator-style">{generatorStyle}</style>
<style id="name-style"></style>
</head>
<body>
<div class="ngn4-panel ngn4-menu noselect">
<h1>NGN4</h1><span id="menu-items"></span>
</div>
<div class="ngn4-panel ngn4-geninfo" id="generator-screen" style="display: none;">
<div id="gi-name">#name</div>
<div id="gi-header">#header</div>
<hr>
<div id="gi-genders" class="noselect"></div>
<div id="gi-formats" class="noselect"></div>
<button id="gi-button" onclick="generate(); return false;">Generate</button>
</div>
<div class="ngn4-panel ngn4-geninfo vertical-center" id="loading-screen" style="display: block;">
<center>Loading...</center>
</div>
<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>
</body>
<script type="text/javascript">
var initData = {initData};
var genList = {genList};
var inited = {inited};
</script>
</html>