Update test.html

This commit is contained in:
vkservicesllc
2018-11-07 09:28:51 -05:00
committed by GitHub
parent b6541e79c4
commit 4e09e357c4

View File

@@ -8,6 +8,7 @@
<style>
#demo {
width: 1200px;
height: 100%;
margin: 9px auto;
border: 2px solid blue;
}
@@ -21,8 +22,6 @@
<br><br>
<div id="demo"></div>
<script src="../app/functions.js"></script>
<script>
function loadHTML() {
var http = new XMLHttpRequest();
@@ -39,5 +38,7 @@ function myFunction(data) {
}
</script>
<script src="../app/functions.js"></script>
</body>
</html>