<!DOCTYPE html>
< html class = "no-js css-menubar" lang = "en" >
< head >
< meta charset = "utf-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0, user-scalable=0, minimal-ui" >
< meta name = "description" content = "bootstrap admin template" >
< meta name = "author" content = "" >
< title > SuperNET Iguana< / title >
< link rel = "apple-touch-icon" href = "assets/images/android-chrome-192x192.png" >
< link rel = "icon" type = "image/png" href = "assets/images/favicon-32x32.png" sizes = "32x32" >
< link rel = "icon" type = "image/png" href = "assets/images/favicon-194x194.png" sizes = "194x194" >
< link rel = "icon" type = "image/png" href = "assets/images/favicon-96x96.png" sizes = "96x96" >
< link rel = "icon" type = "image/png" href = "assets/images/android-chrome-192x192.png" sizes = "192x192" >
< link rel = "icon" type = "image/png" href = "assets/images/favicon-16x16.png" sizes = "16x16" >
<!-- Stylesheets -->
< link rel = "stylesheet" href = "assets/global/css/bootstrap.min.css" >
< link rel = "stylesheet" href = "assets/global/css/bootstrap-extend.min.css" >
< link rel = "stylesheet" href = "assets/css/site.min.css" >
<!-- Plugins -->
< link rel = "stylesheet" href = "assets/global/vendor/animsition/animsition.min.css" >
< link rel = "stylesheet" href = "assets/global/vendor/asscrollable/asScrollable.min.css" >
< link rel = "stylesheet" href = "assets/global/vendor/switchery/switchery.min.css" >
< link rel = "stylesheet" href = "assets/global/vendor/intro-js/introjs.min.css" >
< link rel = "stylesheet" href = "assets/global/vendor/slidepanel/slidePanel.min.css" >
< link rel = "stylesheet" href = "assets/global/vendor/bootstrap-toastr/toastr.min.css" >
< link rel = "stylesheet" href = "assets/global/vendor/sweetalert2/sweetalert2.min.css" >
< link rel = "stylesheet" href = "assets/global/vendor/waves/waves.min.css" >
< link id = "loginStyle" rel = "stylesheet" href = "assets/pages/login.css" >
<!-- Fonts -->
< link rel = "stylesheet" href = "assets/global/fonts/material-design/material-design.min.css" >
< link rel = "stylesheet" href = "assets/global/fonts/brand-icons/brand-icons.min.css" >
<!-- <link rel='stylesheet' href='http://fonts.googleapis.com/css?family=Roboto:300,400,500,300italic'> -->
<!-- [if lt IE 9]>
< script src = "assets/global/vendor/html5shiv/html5shiv.min.js" > < / script >
<![endif]-->
<!-- [if lt IE 10]>
< script src = "assets/global/vendor/media-match/media.match.min.js" > < / script >
< script src = "assets/global/vendor/respond/respond.min.js" > < / script >
<![endif]-->
<!-- Scripts -->
< script src = "assets/global/vendor/modernizr/modernizr.min.js" > < / script >
< script src = "assets/global/vendor/breakpoints/breakpoints.min.js" > < / script >
< script >
Breakpoints();
< / script >
< link id = "skinStyle" href = "assets/skins/orange.min.css" rel = "stylesheet" type = "text/css" >
< / head >
< body class = "page-login layout-full page-dark" >
<!-- [if lt IE 8]>
< p class = "browserupgrade" > You are using an < strong > outdated< / strong > browser. Please < a href = "http://browsehappy.com/" > upgrade your browser< / a > to improve your experience.< / p >
<![endif]-->
<!-- BEGIN Login Page -->
< div id = "wallet-login" >
< div class = "page animsition vertical-align text-center" data-animsition-in = "fade-in"
data-animsition-out="fade-out">>
< div class = "page-content vertical-align-middle" >
< div class = "brand" >
< img class = "brand-img" src = "assets/images/supernet-iguana-logo-big.png" alt = "SuperNET Iguana" >
< / div >
<!-- BEGIN section login -->
< div id = "section-login" >
< h4 style = "color: #fff;" id = "login-welcome" > Welcome. Please login.< / h4 >
< form class = "login-form" method = "post" action = "javascript:;" autocomplete = "off" onsubmit = "return false;" >
< div class = "form-group form-material floating" >
< input type = "password" class = "form-control empty" name = "password" id = "password" >
< label class = "floating-label" for = "inputPassword" > Password< / label >
< / div >
< button type = "submit" class = "btn btn-primary btn-block" id = "loginbtn" > Sign in< / button >
< div class = "form-group form-material floating" >
< button class = "btn btn-lg btn-flat btn-block waves-effect" id = "register-btn" > Create new wallet< / button >
< button class = "btn btn-lg btn-flat btn-block waves-effect" id = "logint-another-wallet" > Login to another wallet< / button >
< / div >
< / form >
< / div >
<!-- END section login -->
<!-- BEGIN section register -->
< div id = "section-register" style = "display: none;" >
< form class = "register-form" method = "post" role = "form" autocomplete = "off" onsubmit = "return false;" >
< h4 class = "hint" style = "color: #fff;" > Please select compatible wallet seed type: < / h4 >
< div class = "form-group form-material floating" >
< div class = "radio-custom radio-default radio-inline" >
< input type = "radio" id = "PassPhraseOptionsIguana" value = "PassPhraseOptionsIguana" name = "PassPhraseOptions" checked = "" >
< label for = "PassPhraseOptionsIguana" > Iguana (256bits)< / label >
< / div >
< div class = "radio-custom radio-default radio-inline" >
< input type = "radio" id = "PassPhraseOptionsWaves" value = "PassPhraseOptionsWaves" name = "PassPhraseOptions" >
< label for = "PassPhraseOptionsWaves" > Waves< / label >
< / div >
< div class = "radio-custom radio-default radio-inline" >
< input type = "radio" id = "PassPhraseOptionsNXT" value = "PassPhraseOptionsNXT" name = "PassPhraseOptions" >
< label for = "PassPhraseOptionsNXT" > NXT< / label >
< / div >
< / div >
< div class = "form-group form-material floating" >
< textarea class = "form-control placeholder-no-fix" type = "text" placeholder = "" name = "walletseed" id = "walletseed" style = "height: 100px;" > < / textarea >
< label class = "floating-label" for = "walletseed" > Wallet Seed< / label >
< / div >
< div class = "form-group form-material floating" >
< textarea class = "form-control placeholder-no-fix" type = "text" placeholder = "" name = "rwalletseed" id = "rwalletseed" style = "height: 100px;" > < / textarea >
< label class = "floating-label" for = "rwalletseed" > Confirm Wallet Seed< / label >
< / div >
< h4 class = "hint" style = "color: #fff;" > Please enter password for new wallet: < / h4 >
< div class = "form-group form-material floating" >
< input type = "text" class = "form-control" id = "register_password" name = "password" >
< label class = "floating-label" for = "register_password" > Password< / label >
< / div >
< div class = "form-group form-material floating" >
< input type = "text" class = "form-control" id = "rpassword" name = "rpassword" >
< label class = "floating-label" for = "rpassword" > Retype Password< / label >
< / div >
< button type = "submit" id = "register-submit-btn" class = "btn btn-primary btn-block" > Register< / button >
< div class = "form-group form-material floating" >
< button class = "btn btn-lg btn-flat btn-block waves-effect" id = "register-back-btn" > Back to Login< / button >
< / div >
< / form >
< / div >
<!-- END section register -->
< / div >
< / div >
< / div >
<!-- END Login Page -->
<!-- BEGIN Wallet Core Pages -->
< div id = "wallet-core" style = "display: none;" >
< nav class = "site-navbar navbar navbar-fixed-top navbar-mega" role = "navigation" >
< div class = "navbar-header" >
< button type = "button" class = "navbar-toggle hamburger hamburger-close navbar-toggle-left hided"
data-toggle="menubar">
< span class = "sr-only" > Toggle navigation< / span >
< span class = "hamburger-bar" > < / span >
< / button >
< button type = "button" class = "navbar-toggle collapsed" data-target = "#site-navbar-collapse"
data-toggle="collapse">
< i class = "icon md-more" aria-hidden = "true" > < / i >
< / button >
< div class = "navbar-brand navbar-brand-center site-gridmenu-toggle" data-toggle = "gridmenu" >
< img class = "navbar-brand-logo" src = "assets/images/supernet-iguana-logo.png" title = "Remark" >
< span class = "navbar-brand-text hidden-xs" > < / span >
< / div >
< button type = "button" class = "navbar-toggle collapsed" data-target = "#site-navbar-search"
data-toggle="collapse">
< span class = "sr-only" > Toggle Search< / span >
< i class = "icon md-search" aria-hidden = "true" > < / i >
< / button >
< / div >
< div class = "navbar-container container-fluid" >
<!-- Navbar Collapse -->
< div class = "collapse navbar-collapse navbar-collapse-toolbar" id = "site-navbar-collapse" >
<!-- Navbar Toolbar -->
< ul class = "nav navbar-toolbar" >
< li class = "hidden-float" id = "toggleMenubar" >
< a data-toggle = "menubar" href = "#" role = "button" >
< i class = "icon hamburger hamburger-arrow-left" >
< span class = "sr-only" > Toggle menubar< / span >
< span class = "hamburger-bar" > < / span >
< / i >
< / a >
< / li >
< / ul >
<!-- End Navbar Toolbar -->
<!-- Navbar Toolbar Right -->
< ul class = "nav navbar-toolbar navbar-right navbar-toolbar-right" >
<!-- <li class="dropdown">
< a class = "dropdown-toggle" data-toggle = "dropdown" href = "javascript:void(0)" data-animation = "scale-up"
aria-expanded="false" role="button">
< span class = "flag-icon flag-icon-us" > < / span >
< / a >
< ul class = "dropdown-menu" role = "menu" >
< li role = "presentation" >
< a href = "javascript:void(0)" role = "menuitem" >
< span class = "flag-icon flag-icon-gb" > < / span > English< / a >
< / li >
< li role = "presentation" >
< a href = "javascript:void(0)" role = "menuitem" >
< span class = "flag-icon flag-icon-fr" > < / span > French< / a >
< / li >
< li role = "presentation" >
< a href = "javascript:void(0)" role = "menuitem" >
< span class = "flag-icon flag-icon-cn" > < / span > Chinese< / a >
< / li >
< li role = "presentation" >
< a href = "javascript:void(0)" role = "menuitem" >
< span class = "flag-icon flag-icon-de" > < / span > German< / a >
< / li >
< li role = "presentation" >
< a href = "javascript:void(0)" role = "menuitem" >
< span class = "flag-icon flag-icon-nl" > < / span > Dutch< / a >
< / li >
< / ul >
< / li > -->
< li class = "dropdown" >
< a class = "navbar-avatar dropdown-toggle" data-toggle = "dropdown" href = "#" aria-expanded = "false"
data-animation="scale-up" role="button">
< span class = "avatar avatar-online" >
< img src = "assets/images/20.jpg" alt = "..." >
< i > < / i >
< / span >
< / a >
< ul class = "dropdown-menu" role = "menu" >
< li role = "presentation" >
< a href = "javascript:void(0)" role = "menuitem" id = "lock-screen" > < i class = "icon md-lock" aria-hidden = "true" > < / i > Lock Screen< / a >
< / li >
< li role = "presentation" >
< a href = "javascript:void(0)" role = "menuitem" id = "logout-account" > < i class = "icon md-power" aria-hidden = "true" > < / i > Logout< / a >
< / li >
< / ul >
< / li >
< / ul >
<!-- End Navbar Toolbar Right -->
< / div >
<!-- End Navbar Collapse -->
< / div >
< / nav >
< div class = "site-menubar" >
< div class = "site-menubar-body" >
< ul class = "site-menu" >
< li class = "site-menu-item" id = "nav-dashboard" >
< a class = "animsition-link" href = "javascript:;" >
< i class = "site-menu-icon md-view-dashboard" aria-hidden = "true" > < / i >
< span class = "site-menu-title" > Dashboard< / span >
< / a >
< / li >
< li class = "site-menu-item" id = "nav-easydex" >
< a class = "animsition-link" href = "javascript:;" >
< i class = "site-menu-icon md-view-dashboard" aria-hidden = "true" > < / i >
< span class = "site-menu-title" > EasyDEX< / span >
< / a >
< / li >
< li class = "site-menu-item" id = "nav-about-iguana" >
< a class = "animsition-link" href = "javascript:;" >
< i class = "site-menu-icon md-view-dashboard" aria-hidden = "true" > < / i >
< span class = "site-menu-title" > About Iguana< / span >
< / a >
< / li >
< / ul >
< / div >
< / div >
<!-- Page -->
< div class = "page animsition" >
<!-- BEGIN DASHBOARD CONTENT BODY -->
< div class = "page-content" id = "section-dashboard" style = "height: 800px;" >
< h2 > Wallet Dashboard< / h2 >
< p > Page content goes here< / p >
< / div >
<!-- END DASHBOARD CONTENT BODY -->
<!-- BEGIN EASYDEX CONTENT BODY -->
< div class = "page-content" id = "section-easydex" style = "height: 800px;" >
< h2 > EasyDEX< / h2 >
< p > Page content goes here< / p >
< / div >
<!-- END EASYDEX CONTENT BODY -->
<!-- BEGIN ABOUT SUPERNET IGUANA CONTENT BODY -->
< div class = "page-content" id = "section-about-iguana" style = "height: 800px;" >
< h2 > About Iguana< / h2 >
< p > Page content goes here< / p >
< / div >
<!-- END ABOUT SUPERNET IGUANA CONTENT BODY -->
< / div >
<!-- End Page -->
<!-- Footer -->
<!-- <footer class="site - footer">
< div class = "site-footer-legal" > © 2016 < a href = "javascript:;" > SuperNET< / a > < / div >
< div class = "site-footer-right" >
Crafted with < i class = "red-600 icon md-favorite" > < / i > by < a href = "javascript:;" > Iguana< / a >
< / div >
< / footer > -->
< / div >
<!-- END Wallet Core Pages -->
< script src = "assets/global/vendor/jquery/jquery.min.js" > < / script >
< script src = "assets/global/vendor/bootstrap/bootstrap.min.js" > < / script >
< script src = "assets/global/vendor/animsition/animsition.min.js" > < / script >
< script src = "assets/global/vendor/asscroll/jquery-asScroll.min.js" > < / script >
< script src = "assets/global/vendor/mousewheel/jquery.mousewheel.min.js" > < / script >
< script src = "assets/global/vendor/asscrollable/jquery.asScrollable.all.min.js" > < / script >
< script src = "assets/global/vendor/ashoverscroll/jquery-asHoverScroll.min.js" > < / script >
< script src = "assets/global/vendor/waves/waves.min.js" > < / script >
<!-- Plugins -->
< script src = "assets/global/vendor/switchery/switchery.min.js" > < / script >
< script src = "assets/global/vendor/intro-js/intro.min.js" > < / script >
< script src = "assets/global/vendor/screenfull/screenfull.min.js" > < / script >
< script src = "assets/global/vendor/slidepanel/jquery-slidePanel.min.js" > < / script >
< script src = "assets/global/vendor/jquery-validation/jquery.validate.min.js" > < / script >
< script src = "assets/global/vendor/jquery-validation/additional-methods.min.js" > < / script >
< script src = "assets/global/vendor/bootstrap-toastr/toastr.min.js" > < / script >
< script src = "assets/global/vendor/sweetalert2/sweetalert2.min.js" type = "text/javascript" > < / script >
<!-- Crypto Dependencies -->
< script src = "assets/scripts/wordlist.js" type = "text/javascript" > < / script >
< script src = "assets/scripts/passphrasegenerator.js" type = "text/javascript" > < / script >
< script src = "assets/scripts/seedrandom.js" type = "text/javascript" > < / script >
<!-- Scripts -->
< script src = "assets/global/js/core.js" > < / script >
< script src = "assets/js/site.js" > < / script >
< script src = "assets/js/sections/menu.js" > < / script >
< script src = "assets/js/sections/menubar.js" > < / script >
< script src = "assets/js/sections/sidebar.js" > < / script >
< script src = "assets/global/js/configs/config-colors.js" > < / script >
< script src = "assets/js/configs/config-tour.js" > < / script >
< script src = "assets/global/js/components/asscrollable.js" > < / script >
< script src = "assets/global/js/components/animsition.js" > < / script >
< script src = "assets/global/js/components/slidepanel.js" > < / script >
< script src = "assets/global/js/components/switchery.js" > < / script >
< script src = "assets/global/js/components/tabs.js" > < / script >
< script src = "assets/scripts/login.js" > < / script >
< script src = "assets/scripts/sidebar.js" > < / script >
< script >
(function(document, window, $) {
'use strict';
var Site = window.Site;
$(document).ready(function() {
Site.run();
});
})(document, window, jQuery);
< / script >
< / body >
< / html >