-
Notifications
You must be signed in to change notification settings - Fork 412
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* real-upgrades: minor some progress, but needs more work Real update system
- Loading branch information
Showing
6 changed files
with
192 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<html> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width"> | ||
<title>LBRY</title> | ||
|
||
<link href='https://fonts.googleapis.com/css?family=Raleway:600,300' rel='stylesheet' type='text/css'> | ||
<link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,600italic,600' rel='stylesheet' type='text/css'> | ||
<link href="./css/all.css" rel="stylesheet" type="text/css" media="screen,print" /> | ||
<link href="./js/mediaelement/mediaelementplayer.css" rel="stylesheet" type="text/css" /> | ||
<link rel="icon" type="image/png" href="./img/fav/favicon-32x32.png" sizes="32x32"> | ||
<link rel="icon" type="image/png" href="./img/fav/favicon-194x194.png" sizes="194x194"> | ||
<link rel="icon" type="image/png" href="./img/fav/favicon-96x96.png" sizes="96x96"> | ||
<link rel="icon" type="image/png" href="./img/fav/android-chrome-192x192.png" sizes="192x192"> | ||
<link rel="icon" type="image/png" href="./img/fav/favicon-16x16.png" sizes="16x16"> | ||
|
||
<meta name="msapplication-TileColor" content="#155B4A"> | ||
<meta name="msapplication-TileImage" content="/img/fav/mstile-144x144.png"> | ||
<meta name="theme-color" content="#155B4A"> | ||
<style> | ||
body { | ||
background-color: "#155b4a" | ||
} | ||
</style> | ||
</head> | ||
<div id="canvas"> | ||
<div class="load-screen" style="color: white; min-height: 100vh; min-width: 100vw; display: flex; flex-direction: column; align-items: center; justify-content: center;"> | ||
<img src="./img/lbry-white-485x160.png" alt="LBRY"> | ||
<div style="margin-top: 24px; width: 325px; text-align: center;"> | ||
<h3> | ||
<span>Starting LBRY Upgrade <span class="busy-indicator"></span> | ||
</span> | ||
</h3> | ||
</div> | ||
</div> | ||
</div> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters