Skip to content

Commit

Permalink
php3
Browse files Browse the repository at this point in the history
revision 3
  • Loading branch information
caicangcua committed Feb 14, 2018
1 parent 5e5ff8f commit 773be36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h1>Test GitHub + Heroku</h1>
<a href="javascript:void(0)" onclick="test()">Fuck PHP and Heroku</a>
<script type="text/javascript">
function test() {
alert("Fuck PHP and Heroku")
$("h1").css("color", "red");
}
$(document).ready(function () {
alert("document loaded");
Expand Down

0 comments on commit 773be36

Please sign in to comment.