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