diff options
author | Kristian Lyngstol <kly@kly.no> | 2016-03-10 23:02:03 +0000 |
---|---|---|
committer | Kristian Lyngstol <kly@kly.no> | 2016-03-10 23:02:03 +0000 |
commit | 5b000365dd6ebbc9d1dc0b17c024cdc627289c5e (patch) | |
tree | 643880ec5aa48bf50248cf97d86665d3e0c9065e /web/nms.gathering.org/test.html | |
parent | 10be27c7185c5e68fee49657f780d9ad614922f0 (diff) |
NMS: front: Prototyping of new generic poller
Not used yet
Diffstat (limited to 'web/nms.gathering.org/test.html')
-rw-r--r-- | web/nms.gathering.org/test.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/web/nms.gathering.org/test.html b/web/nms.gathering.org/test.html new file mode 100644 index 0000000..49b240b --- /dev/null +++ b/web/nms.gathering.org/test.html @@ -0,0 +1,9 @@ +<html> +<body> +this is just used for prototyping js/nms-data.js and similar. +<script src="js/jquery.min.js" > +</script> +<script src="js/nms-data.js" > +</script> +</body> +</html> |