Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions Website/Index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
</head>

<body><p>Project Management project See how many spots below!</p></body>
<body><p>Hacktober Submission!</p></body>

<body> <p id = "park"></p>

Expand All @@ -27,20 +28,16 @@
<br>
Fake Spot 3: ${data.Dummy3}
`;

var space1 = data.Space1;
var dummy1 = data.Dummy1;
var dummy2 = data.Dummy2;
var dummy3 = data.Dummy3;

$(".mypanel").html(text);


var values = [space1,dummy1,dummy2,dummy3];








var math = `There are currently `
Expand All @@ -50,8 +47,6 @@
});}
window.setInterval($.fn.myFunction,3000);



//End of sensor script


Expand Down