Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
deprecated in favor of ClassicEtherWallet ...
Goodbye DexNS
  • Loading branch information
Dexaran committed Nov 6, 2017
1 parent e4560a6 commit 1f631b6
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions nameservice/index.html
Expand Up @@ -136,31 +136,7 @@ <h4>Download JSON file (unencrypted):</h4>


<div class="tab-pane active" id="paneName">

<h2> Name Browser </h2>
<div class="col-md-6 col-sm-8">
<h4> Paste / type lookup Name: </h4>
<input type="text" class="form-control" placeholder="Name" id="searchname" onkeyup='onNameKeyUp()' />

<div class="form-group">
<h4 style="color: #8C8C8C;" > Name owner: <h4>
<input type="text" style="color: #5C5C5C;" class="form-control" placeholder="0x00000" id="ownerOfId" readonly="readonly"/>
</div>

<div class="form-group">
<h4 style="color: #8C8C8C;" > Name address: </h4>
<input type="text" style="color: #5C5C5C;" class="form-control" placeholder="0x00000" id="addressOfId" readonly="readonly"/>
</div>
<div class="form-group">
<h4 style="color: #8C8C8C;" > Name value: </h4>
<input type="text" style="color: #5C5C5C;" class="form-control" placeholder="Text..." id="valueOfId" readonly="readonly"/>
</div>
<div class="form-group">
<h4 style="color: #8C8C8C;" > Name ownership expires on block: </h4>
<input type="text" style="color: #5C5C5C;" class="form-control" placeholder="5900000" id="endblockOfId" readonly="readonly"/>
</div>
</div>

<h2> Nothing to do here ... </h2>
</div>


Expand Down

0 comments on commit 1f631b6

Please sign in to comment.