Skip to content
This repository was archived by the owner on Jul 11, 2024. It is now read-only.

Commit 3c50744

Browse files
authored
Update index.html
1 parent c8c54bf commit 3c50744

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ <h1>CDN Upload</h1>
7777
<img id="blah" src="#" alt="" style="max-width: 200px; max-height: 200px;"/>
7878
<br><br>
7979
<input class="inputButton" type="submit" value="Upload Image" name="submit">
80-
<a href="">View me on GitHub!</a>
80+
<a href="https://github.com/Slddev/php-fileuploader">View me on GitHub!</a>
8181
</form>
8282
</div>
8383
<script>function readURL(input) {
@@ -96,4 +96,4 @@ <h1>CDN Upload</h1>
9696
readURL(this);
9797
});</script>
9898
</body>
99-
</html>
99+
</html>

0 commit comments

Comments
 (0)