Browse Source

new file

master
adiao 4 years ago
parent
commit
2fff0eb303
  1. 1
      index.html
  2. 3
      scripts/jquery.js

1
index.html

@ -3,6 +3,7 @@ @@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<title></title>
<script src="scripts/jquery.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>

3
scripts/jquery.js vendored

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
$(function(){
})
Loading…
Cancel
Save