Update hos.html
Browse files
hos.html
CHANGED
@@ -70,6 +70,9 @@ function displayGraph() {
|
|
70 |
} else {
|
71 |
console.log('No data available for graphing.');
|
72 |
}
|
|
|
|
|
|
|
73 |
}
|
74 |
</script>
|
75 |
</body>
|
|
|
70 |
} else {
|
71 |
console.log('No data available for graphing.');
|
72 |
}
|
73 |
+
`
|
74 |
+
<button onclick="window.location.href=''">Go to Google</button>
|
75 |
+
`
|
76 |
}
|
77 |
</script>
|
78 |
</body>
|