-
Notifications
You must be signed in to change notification settings - Fork 573
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
44c4231
commit a3104fd
Showing
116 changed files
with
2,933 additions
and
1,259 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
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 |
---|---|---|
@@ -1,50 +1,50 @@ | ||
<!DOCTYPE html> | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"/> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<title>Cannot load YouTube Music</title> | ||
<style> | ||
body { | ||
background: #000; | ||
} | ||
body { | ||
background: #000; | ||
} | ||
|
||
.container { | ||
margin: 0; | ||
font-family: Roboto, Arial, sans-serif; | ||
font-size: 20px; | ||
font-weight: 500; | ||
color: rgba(255, 255, 255, 0.5); | ||
position: absolute; | ||
top: 50%; | ||
left: 50%; | ||
margin-right: -50%; | ||
transform: translate(-50%, -50%); | ||
text-align: center; | ||
} | ||
.container { | ||
margin: 0; | ||
font-family: Roboto, Arial, sans-serif; | ||
font-size: 20px; | ||
font-weight: 500; | ||
color: rgba(255, 255, 255, 0.5); | ||
position: absolute; | ||
top: 50%; | ||
left: 50%; | ||
margin-right: -50%; | ||
transform: translate(-50%, -50%); | ||
text-align: center; | ||
} | ||
|
||
.button { | ||
background: #065fd4; | ||
overflow: hidden; | ||
text-overflow: ellipsis; | ||
white-space: nowrap; | ||
color: white; | ||
font: inherit; | ||
text-transform: uppercase; | ||
text-decoration: none; | ||
border-radius: 2px; | ||
font-size: 16px; | ||
font-weight: normal; | ||
text-align: center; | ||
padding: 8px 22px; | ||
display: inline-block; | ||
} | ||
.button { | ||
background: #065fd4; | ||
overflow: hidden; | ||
text-overflow: ellipsis; | ||
white-space: nowrap; | ||
color: white; | ||
font: inherit; | ||
text-transform: uppercase; | ||
text-decoration: none; | ||
border-radius: 2px; | ||
font-size: 16px; | ||
font-weight: normal; | ||
text-align: center; | ||
padding: 8px 22px; | ||
display: inline-block; | ||
} | ||
</style> | ||
</head> | ||
</head> | ||
|
||
<body> | ||
<div class="container"> | ||
<p>Cannot load YouTube Music… Internet disconnected?</p> | ||
<a class="button" href="#" onclick="reload()">Retry</a> | ||
</div> | ||
</body> | ||
<body> | ||
<div class="container"> | ||
<p>Cannot load YouTube Music… Internet disconnected?</p> | ||
<a class="button" href="#" onclick="reload()">Retry</a> | ||
</div> | ||
</body> | ||
</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
Oops, something went wrong.