Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Apetree100122 authored Feb 7, 2025
1 parent 350eab5 commit 81a49fd
Showing 1 changed file with 31 additions and 80 deletions.
111 changes: 31 additions & 80 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,108 +1,63 @@
<!--
The MIT License
Copyright (c) 2018, Etherscan.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
-->
<!doctype html>
<html>

<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>EthValidate</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="apple-touch-icon" href="img/favicon2.ico">
<link rel="shortcut icon" href="img/favicon2.ico" />
<link rel="shortcut icon" href="img/favicon2.ico">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="fonts/font-awesome/css/font-awesome.min.css">
</head>

<body>
<!--[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]-->
<div class="wrapper" style="height: auto!important; min-height: 100%;margin-bottom: 20px;">
<div class="navbar navbar-expand-lg fixed-top navbar-light bg-light">
<div class="wrapper" style="height: auto!important; min-height: 100%; margin-bottom: 20px;">
<nav class="navbar navbar-expand-lg fixed-top navbar-light bg-light">
<div class="container">
<a href="/ethvalidate" class="navbar-brand">
<img src="img/logo.png" width="42" height="40" style="margin-top:-5px;" alt=""> EthValidate
<img src="img/logo.png" width="42" height="40" style="margin-top:-5px;" alt="EthValidate Logo"> EthValidate
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive"
aria-expanded="false" aria-label="Toggle navigation">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="/ethvalidate">Transaction</a>
</li>
<li class="nav-item">
<a class="nav-link" href="address">Address</a>
</li>
<li class="nav-item">
<a class="nav-link" href="token">Token</a>
</li>
<li class="nav-item active"><a class="nav-link" href="/ethvalidate">Transaction</a></li>
<li class="nav-item"><a class="nav-link" href="address">Address</a></li>
<li class="nav-item"><a class="nav-link" href="token">Token</a></li>
</ul>
</div>
</div>
</div>
</nav>
<div class="container">
<div class="row">
<div class="col-md-8">
<h5>TxHash</h5>
<div class="row">
<div class="col-md-10">
<div class="input-group">
<input type="text" id="searchTx" maxlength="66" class="form-control" placeholder="Search for TxHash..">
<span class="input-group-btn">
<button class="btn btn-default btn-go" type="button">Go!</button>
</span>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 data-info"></div>
<div class="input-group">
<input type="text" id="searchTx" maxlength="66" class="form-control" placeholder="Search for TxHash..">
<span class="input-group-btn">
<button class="btn btn-default btn-go" type="button">Go!</button>
</span>
</div>
<div class="data-info"></div>
<div class="loader" style="display: none"></div>
</div>
<div class="col-md-3 right-menu">
<h5>Network</h5>
<div class="Network">
<ul class="list-group network-group ulmainnet">
<li class="list-group-item active bg-dark">
<input type="checkbox" id="ethnetworkall" name="ethnetworkall"> Mainnet
<a href="#" class="customnode" style="float: right;color:#fff;" data-id='mainnet' title="Add custom node"><i
class="fa fa-plus"></i></a>
</li>
</ul>
<ul class="list-group network-group ultestnet">
<li class="list-group-item active bg-dark">
<input type="checkbox" id="testnetworkall" name="testnetworkall"> Testnet
<a href="#" class="customnode" style="float: right;color:#fff;" data-id='testnet' title="Add custom node"><i
class="fa fa-plus"></i></a>
</li>
</ul>
</div>
<ul class="list-group network-group ulmainnet">
<li class="list-group-item active bg-dark">
<input type="checkbox" id="ethnetworkall" name="ethnetworkall"> Mainnet
<a href="#" class="customnode" style="float: right; color:#fff;" data-id='mainnet' title="Add custom node"><i class="fa fa-plus"></i></a>
</li>
</ul>
<ul class="list-group network-group ultestnet">
<li class="list-group-item active bg-dark">
<input type="checkbox" id="testnetworkall" name="testnetworkall"> Testnet
<a href="#" class="customnode" style="float: right; color:#fff;" data-id='testnet' title="Add custom node"><i class="fa fa-plus"></i></a>
</li>
</ul>
</div>
</div>
</div>
Expand All @@ -112,7 +67,7 @@ <h5>Network</h5>
<div class="row">
<div class="col-md-8 text-center text-md-left">
<div class="d-lg-flex">
<small class="d-block g-font-size-default">Powered by <a href="https://etherscan.io">Etherscan.io</a>. Browse <a href="https://github.com/etherscan/ethvalidate" target="_blank">source code</a></small>
<small class="d-block g-font-size-default">Powered by <a href="https://etherscan.io" target="_blank" rel="nofollow noopener noreferrer">Etherscan.io</a>. Browse <a href="https://github.com/etherscan/ethvalidate" target="_blank" rel="nofollow noopener noreferrer">source code</a>.</small>
</div>
</div>
</div>
Expand All @@ -133,7 +88,7 @@ <h5 class="modal-title" id="exampleModalLabel">Add Custom Node - <span id="noden
<input id="txtNodeName" class="form-control" type="text" placeholder="My Node">
</div>
<div class="col-md-8 mb-2">
<label for="txtUrl">Url</label>
<label for="txtUrl">URL</label>
<input id="txtUrl" class="form-control" type="text" placeholder="http://localhost">
</div>
<div class="col-md-4 mb-2">
Expand All @@ -148,16 +103,12 @@ <h5 class="modal-title" id="exampleModalLabel">Add Custom Node - <span id="noden
</div>
</div>
</div>

<!-- /container -->
<script src="js/vendor/jquery-3.3.1.min.js"></script>
<script src="js/vendor/bootstrap.min.js"></script>

<script src="js/bignumber.min.js"></script>
<script src="js/main.js"></script>
<script src="js/api.js"></script>
<script src="js/helper.js"></script>
<script src="js/transaction.js"></script>
</body>

</html>
</html>

0 comments on commit 81a49fd

Please sign in to comment.