diff options
author | StrugglingDoge <cbckelley@yahoo.com> | 2019-05-01 08:58:10 -0400 |
---|---|---|
committer | StrugglingDoge <cbckelley@yahoo.com> | 2019-05-01 08:58:10 -0400 |
commit | 6894246a5bf038860da77b79f01bf8ea6dd44b49 (patch) | |
tree | caa348aea751f38d59728221b51be3fb3be1b8a4 /index.html | |
parent | 82273716a50208f1b75ce9b27ae17debb53ab922 (diff) |
add other package/change some other depictions
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 18 |
1 files changed, 9 insertions, 9 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,9 +52,9 @@ height: 100%; <body> <div class="container"> -<h1>Uh Oh!</h1> +<h1>Struggling Doge Repo</h1> -<h3> This is a Sileo/Cydia repo, not a website! Use the following links below to automatically add this repo!</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: <a href="sileo://source/https://thestrugglingdoge.github.io/testrepo/">Here</a></h3> |