Skip to content

Commit

Permalink
Fix dead image reference to "Fork me on GitHub"
Browse files Browse the repository at this point in the history
Switched to CSS implementation hosted on cdsjs.com. It should be
more permanent than githubusercontent.com.

Resolves: #153
  • Loading branch information
metalefty committed Mar 7, 2024
1 parent 17dfb43 commit b4ad5a1
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions templates/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
<link href="/css/pictshare.css" rel="stylesheet">
<link href="/css/dropzone.css" rel="stylesheet">

<!-- github-fork-ribbon-css
https://simonwhitaker.github.io/github-fork-ribbon-css/ -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.3/gh-fork-ribbon.min.css" />

<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
Expand All @@ -35,7 +39,8 @@
<meta name="rating" content="general">

</HEAD>
<BODY><a href="https://github.com/HaschekSolutions/pictshare"><img style="position: absolute; top: 0; left: 0; border: 0;" src="https://camo.githubusercontent.com/82b228a3648bf44fc1163ef44c62fcc60081495e/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f6c6566745f7265645f6161303030302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_left_red_aa0000.png"></a>
<BODY>
<a class="github-fork-ribbon left-top" href="https://github.com/HaschekSolutions/pictshare" data-ribbon="Fork me on GitHub" title="Fork me on GitHub">Fork me on GitHub</a>

<div class="container" id="headcontainer">
<div class="row">
Expand Down Expand Up @@ -82,4 +87,4 @@ <h2>Upload forbidden</h2>
<script src="/js/dropzone.js"></script>
<script src="/js/pictshare.js"></script>
</BODY>
</HTML>
</HTML>

0 comments on commit b4ad5a1

Please sign in to comment.