
<!doctype html>
<html lang="en">
<head>
	<meta charset="UTF-8" />
	<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui" />
	<meta name="apple-mobile-web-app-capable" content="yes">
	<meta name="apple-mobile-web-app-status-bar-style" content="black">
	<meta http-equiv="refresh" content="0; URL=https://www.nemux.org">
	<title>nemux</title>
	<style>
		body{
			background: #000;
			/*overflow: hidden;*/
		}
		.ripple-wrap {
			position: absolute;
			top: 0;
			left: 0;
		}

		.ripple-wrap canvas {
			position: absolute;
			z-index: 1;
			background: none;
      opacity: 0;
			/*cursor:help;*/
		}
		.header{
			position: fixed;
			top:20px;
			left: 25px;
			font-family: monospace;
			color: white;
			z-index: 99;
		}
		a, a:visited{
			color: white;
		}
		
	</style>
</head>
	<body>
nemux.org
	</body>
</html>
