diff options
author | Dylan Bolger <dylanbolger@Dylans-MacBook-Air.local> | 2018-03-17 02:10:30 -0500 |
---|---|---|
committer | Dylan Bolger <dylanbolger@Dylans-MacBook-Air.local> | 2018-03-17 02:10:30 -0500 |
commit | eb6c77a6f448e13382356707bd3bfd295c88d7c4 (patch) | |
tree | 45c636186b574b38c3bdeb67d819a24a596cfd17 /index.html | |
parent | e8b81eea0795b7713cf8112b2371a3a23ae9ad47 (diff) | |
download | personal-website-eb6c77a6f448e13382356707bd3bfd295c88d7c4.tar.xz personal-website-eb6c77a6f448e13382356707bd3bfd295c88d7c4.zip |
Packages Update - 02:10 03-17-2018
Diffstat (limited to 'index.html')
-rwxr-xr-x | index.html | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -3,7 +3,7 @@ <head> <title>FivePixels' Repository</title> <meta charset="utf-8"> - <meta name="viewport" content="width=device-width, initial-scale=1"> + <meta name="viewport" content="width=device-width, initial-scale=2"> <link rel="icon" href="/CydiaIcon.png"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.5/css/bootstrap.min.css"> @@ -11,7 +11,6 @@ <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> </head> <body> - <center> <div class="container"> <div class="page-header"> <img src="/CydiaIcon.png" alt="Repo Icon" height="40" width="40" class="repo-icon"> @@ -27,6 +26,5 @@ </div> </div> </div> -</center> </body> </html>
\ No newline at end of file |