diff options
author | Kristofer Hallin <kristofer@sunet.se> | 2022-01-25 15:39:14 +0100 |
---|---|---|
committer | Kristofer Hallin <kristofer@sunet.se> | 2022-01-25 15:39:14 +0100 |
commit | f4d44b76264c32b23d48bb8a3ed728b39d515854 (patch) | |
tree | d70b0e38b063a48d1a25774d6114bbdc2eec671d /src/index.html | |
parent | d1245f7f2ba2156159a369e8511e85d4e02deedb (diff) |
Dockerize the whole thing.
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/index.html b/src/index.html index d2c72ad..451fc50 100644 --- a/src/index.html +++ b/src/index.html @@ -6,8 +6,8 @@ <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" - /> - <script src="http://localhost:8097"></script> + /> + <script type="module" src="./inject.js"></script> <title>SOC Dashboard</title> </head> <body> |