1*cf78ab8cSAndroid Build Coastguard Worker<!DOCTYPE html> 2*cf78ab8cSAndroid Build Coastguard Worker<html> 3*cf78ab8cSAndroid Build Coastguard Worker 4*cf78ab8cSAndroid Build Coastguard Worker<head> 5*cf78ab8cSAndroid Build Coastguard Worker <meta charset="utf-8"> 6*cf78ab8cSAndroid Build Coastguard Worker <title>netsim Web UI</title> 7*cf78ab8cSAndroid Build Coastguard Worker <link rel="icon" href="assets/netsim-logo.svg"> 8*cf78ab8cSAndroid Build Coastguard Worker</head> 9*cf78ab8cSAndroid Build Coastguard Worker 10*cf78ab8cSAndroid Build Coastguard Worker<body> 11*cf78ab8cSAndroid Build Coastguard Worker <netsim-app></netsim-app> 12*cf78ab8cSAndroid Build Coastguard Worker 13*cf78ab8cSAndroid Build Coastguard Worker 14*cf78ab8cSAndroid Build Coastguard Worker 15*cf78ab8cSAndroid Build Coastguard Worker <script type="module" src="./js/netsim-app.js"></script> 16*cf78ab8cSAndroid Build Coastguard Worker <script type="module" src="./js/cube-sprite.js"></script> 17*cf78ab8cSAndroid Build Coastguard Worker <script type="module" src="./js/device-dragzone.js"></script> 18*cf78ab8cSAndroid Build Coastguard Worker <script type="module" src="./js/pyramid-sprite.js"></script> 19*cf78ab8cSAndroid Build Coastguard Worker <script type="module" src="./js/device-dropzone.js"></script> 20*cf78ab8cSAndroid Build Coastguard Worker <script type="module" src="./js/device-list.js"></script> 21*cf78ab8cSAndroid Build Coastguard Worker <script type="module" src="./js/device-map.js"></script> 22*cf78ab8cSAndroid Build Coastguard Worker <script type="module" src="./js/customize-map-button.js"></script> 23*cf78ab8cSAndroid Build Coastguard Worker <script type="module" src="./js/navigation-bar.js"></script> 24*cf78ab8cSAndroid Build Coastguard Worker <script type="module" src="./js/device-info.js"></script> 25*cf78ab8cSAndroid Build Coastguard Worker <script type="module" src="./js/license-info.js"></script> 26*cf78ab8cSAndroid Build Coastguard Worker <script type="module" src="./js/packet-info.js"></script> 27*cf78ab8cSAndroid Build Coastguard Worker</body> 28*cf78ab8cSAndroid Build Coastguard Worker 29*cf78ab8cSAndroid Build Coastguard Worker</html>