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 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title></title> <title></title>
<script src="scripts/jquery.js" type="text/javascript" charset="utf-8"></script>
</head> </head>
<body> <body>

3
scripts/jquery.js vendored

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