changed imports

This commit is contained in:
alisolarflare 2017-06-01 05:31:33 -04:00
parent 8037c123b9
commit 0ba67c54b4

View file

@ -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>