mirror of
https://git.wownero.com/lza_menace/wownero-explorer.git
synced 2024-08-15 01:03:26 +00:00
updating html skel
This commit is contained in:
parent
a52c0c11b4
commit
136756c690
5 changed files with 30 additions and 12 deletions
|
@ -4,6 +4,9 @@
|
|||
|
||||
<section id="main">
|
||||
<div class="container">
|
||||
<section id="slim-header">
|
||||
<a href="/" class="button">Go Back</a>
|
||||
</section>
|
||||
<div class="col-12">
|
||||
<section>
|
||||
<header class="major">
|
||||
|
|
|
@ -9,18 +9,6 @@
|
|||
</head>
|
||||
<body>
|
||||
<div id="page-wrapper">
|
||||
<section id="header">
|
||||
<h1><a href="/">Wownero Block Explorer</a></h1>
|
||||
<nav id="nav">
|
||||
<img src="//files.lzahq.tech/wow/WOW-Laptop-720x515.png"/ width=200>
|
||||
<div class="search">
|
||||
<form action="/search" method="get">
|
||||
<input type="text" name="value" placeholder="Enter a transaction hash, block hash, block height, or wallet address.">
|
||||
<input type="submit" value="Search">
|
||||
</form>
|
||||
</div>
|
||||
</nav>
|
||||
</section>
|
||||
{% block content %}
|
||||
{% endblock content %}
|
||||
<section id="footer">
|
||||
|
|
|
@ -4,6 +4,18 @@
|
|||
|
||||
<section id="main">
|
||||
<div class="container">
|
||||
<section id="slim-header">
|
||||
<a href="/" class="button">Go Back</a>
|
||||
<!-- <nav id="nav">
|
||||
<img src="//files.lzahq.tech/wow/WOW-Laptop-720x515.png"/ width=200>
|
||||
<div class="search">
|
||||
<form action="/search" method="get">
|
||||
<input type="text" name="value" placeholder="Enter a transaction hash, block hash, block height, or wallet address.">
|
||||
<input type="submit" value="Search">
|
||||
</form>
|
||||
</div>
|
||||
</nav> -->
|
||||
</section>
|
||||
<div class="col-12">
|
||||
<section>
|
||||
<header class="major">
|
||||
|
|
|
@ -4,6 +4,18 @@
|
|||
|
||||
<section id="main">
|
||||
<div class="container">
|
||||
<section id="header">
|
||||
<h1>Wownero Block Explorer</h1>
|
||||
<nav id="nav">
|
||||
<img src="//files.lzahq.tech/wow/WOW-Laptop-720x515.png"/ width=200>
|
||||
<div class="search">
|
||||
<form action="/search" method="get">
|
||||
<input type="text" name="value" placeholder="Enter a transaction hash, block hash, block height, or wallet address.">
|
||||
<input type="submit" value="Search">
|
||||
</form>
|
||||
</div>
|
||||
</nav>
|
||||
</section>
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<section>
|
||||
|
|
|
@ -12,6 +12,9 @@
|
|||
|
||||
<section id="main">
|
||||
<div class="container">
|
||||
<section id="slim-header">
|
||||
<a href="/" class="button">Go Back</a>
|
||||
</section>
|
||||
<div class="col-12">
|
||||
<section>
|
||||
<header class="major">
|
||||
|
|
Loading…
Reference in a new issue