Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
appukuttan66 authored Jul 22, 2021
1 parent ca507ee commit 64347e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,17 @@
</head>
<body class="h-100 w-100 bg-light p-3 my-5">

<p class="offline-notify bg-dark d-fixed top-0 left-0 right-0 text-light text-center p-1" style="z-index: 9999999;">
<p class="offline-notify bg-dark position-fixed top-0 left-0 right-0 text-light text-center p-1" style="z-index: 999999;">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-wifi-off m-0" viewBox="0 0 16 16">
<path d="M10.706 3.294A12.545 12.545 0 0 0 8 3C5.259 3 2.723 3.882.663 5.379a.485.485 0 0 0-.048.736.518.518 0 0 0 .668.05A11.448 11.448 0 0 1 8 4c.63 0 1.249.05 1.852.148l.854-.854zM8 6c-1.905 0-3.68.56-5.166 1.526a.48.48 0 0 0-.063.745.525.525 0 0 0 .652.065 8.448 8.448 0 0 1 3.51-1.27L8 6zm2.596 1.404.785-.785c.63.24 1.227.545 1.785.907a.482.482 0 0 1 .063.745.525.525 0 0 1-.652.065 8.462 8.462 0 0 0-1.98-.932zM8 10l.933-.933a6.455 6.455 0 0 1 2.013.637c.285.145.326.524.1.75l-.015.015a.532.532 0 0 1-.611.09A5.478 5.478 0 0 0 8 10zm4.905-4.905.747-.747c.59.3 1.153.645 1.685 1.03a.485.485 0 0 1 .047.737.518.518 0 0 1-.668.05 11.493 11.493 0 0 0-1.811-1.07zM9.02 11.78c.238.14.236.464.04.66l-.707.706a.5.5 0 0 1-.707 0l-.707-.707c-.195-.195-.197-.518.04-.66A1.99 1.99 0 0 1 8 11.5c.374 0 .723.102 1.021.28zm4.355-9.905a.53.53 0 0 1 .75.75l-10.75 10.75a.53.53 0 0 1-.75-.75l10.75-10.75z"/>
</svg> Looks like you ran out of juice
</p>

<div id="loader" class="position-fixed visible text-center w-100 top-0 bottom-0 start-0 end-0" style="z-index: 999999;" data-bs-keyboard="false">
<div id="loader" class="position-fixed visible text-center w-100 top-0 bottom-0 start-0 end-0" style="z-index: 999998;" data-bs-keyboard="false">
<h1 class="d-flex justify-content-center align-items-center text-secondary satisfy w-100 h-100 bg-light">Terrive</h1>
</div>

<div id="login" class="position-fixed invisible w-100 top-0 bottom-0 start-0 end-0" style="z-index: 999999;">
<div id="login" class="position-fixed invisible w-100 top-0 bottom-0 start-0 end-0" style="z-index: 999997;">
<div class="bg-light d-flex w-100 h-100 justify-content-center align-items-center text-center flex-column">
<h1 class="mt-auto satisfy">Login to Terrive</h1><br>
<p class="lead mx-3">Terrive is a Decentralized Photo-Sharing Platform powered by the Hive Blockchain.</p>
Expand Down

0 comments on commit 64347e8

Please sign in to comment.