We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b1ed3c commit 3b3c109Copy full SHA for 3b3c109
2 files changed
OpenFlow/src/public/PassiveLogin.html
@@ -1,4 +1,10 @@
1
-<script src="main.js"></script>
+<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.9/angular.min.js"></script>
2
+<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.2/css/all.css"
3
+ integrity="sha256-piqEf7Ap7CMps8krDQsSOTZgF+MU/0MPyPW2enj5I40=" crossorigin="anonymous" />
4
+
5
+<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
6
+ integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
7
8
<script>
9
function getJSON(url, callback) {
10
var xhr = new XMLHttpRequest();
VERSION
@@ -1 +1 @@
-0.0.344
+0.0.345
0 commit comments