diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2019-05-11 23:06:48 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-11 23:06:48 +0530 |
commit | 16d94107b2e692a687486e701f57f8cf5e6cb9ca (patch) | |
tree | b6582ccc5e96643d762b2bcc2aad6f970093cb1b /index.html | |
parent | 80603494574a93527505c0d03efddbf98f28dfad (diff) | |
parent | 9989939288caf4caa3ae749ef8d8f2bfacf1ba9c (diff) |
Merge pull request #1 from thestrugglingdoge/gh-pages
Merging Main Repo
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -1,7 +1,7 @@ <!DOCTYPE html> <html lang="en"> <head> - <title>Sidia</title> <!-- Change Sidia To Whatever You'd Like --> + <title>StruglingDoge Repo</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"> @@ -14,12 +14,12 @@ html { } body { - /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#87e0fd+0,53cbf1+40,05abe0+100;Blue+3D+%23+16 */ -background: #87e0fd; /* Old browsers */ -background: -moz-linear-gradient(top, #87e0fd 0%, #53cbf1 40%, #05abe0 100%); /* FF3.6-15 */ -background: -webkit-linear-gradient(top, #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* Chrome10-25,Safari5.1-6 */ -background: linear-gradient(to bottom, #87e0fd 0%,#53cbf1 40%,#05abe0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ -filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 ); /* IE6-9 */ + /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a90329+0,8f0222+44,6d0019+100;Brown+Red+3D */ +background: #a90329; /* Old browsers */ +background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6-15 */ +background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10-25,Safari5.1-6 */ +background: linear-gradient(to bottom, #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ +filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */ height: 100%; margin: 0; background-repeat: no-repeat; @@ -52,11 +52,11 @@ height: 100%; <body> <div class="container"> -<h1>Huoooooh</h1> +<h1>Struggling Doge Repo</h1> -<h3> Seems like you did a little Oopsie</h3> +<h3> This is a Cydia/Sileo APT repo which contains some of my own themes/tweaks aswell as some other apps.</h3> -<h3> Add to Sileo Here: <a href="sileo://source/REPLACETHIS">REPLACETHIS</a></h3> +<h3> Add to Sileo: <a href="sileo://source/https://thestrugglingdoge.github.io/repo/">Here</a></h3> </div> @@ -66,7 +66,7 @@ height: 100%; <div class="obsolete_cydia"> <!-- This is Using Essentialis' "index.html", they added "obsolete_cydia" bullshit. Not Me (Sukarodo) --> - <h6> Still using Cydia? Tap <a href="cydia://url/https://cydia.saurik.com/api/share#?source=REPLACETHIS">here to add to Cydia</a></h6> + <h6> Still using Cydia? Tap <a href="cydia://url/https://cydia.saurik.com/api/share#?source=https://thestrugglingdoge.github.io/repo/">here to add to Cydia</a></h6> </div> </body> |