changed imports
This commit is contained in:
parent
8037c123b9
commit
0ba67c54b4
1 changed files with 2 additions and 8 deletions
10
sandbox.html
10
sandbox.html
|
@ -3,14 +3,8 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Developer's Sandbox</title>
|
<title>Developer's Sandbox</title>
|
||||||
<script
|
<script src="https://code.jquery.com/jquery-3.2.1.min.js" />
|
||||||
src="http://code.jquery.com/jquery-3.2.1.min.js"
|
<script src="./sandbox/helloajax.js" type="text/javascript" />
|
||||||
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
|
|
||||||
crossorigin="anonymous">
|
|
||||||
</script>
|
|
||||||
<script src="./sandbox/helloajax.js" type="text/javascript">
|
|
||||||
|
|
||||||
</script>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav>
|
<nav>
|
||||||
|
|
Loading…
Reference in a new issue