File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 < link href ="https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Round| " rel ="stylesheet "/>
77
88 <!-- Font Awesome -->
9- < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css " integrity ="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g== " crossorigin ="anonymous " referrerpolicy ="no-referrer " />
9+ < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css "
10+ integrity ="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g== "
11+ crossorigin ="anonymous " referrerpolicy ="no-referrer "/>
1012
1113 <!-- CodeMirror -->
1214 < link href ="/codemirror.css " rel ="stylesheet ">
1517 < script src ='https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.65.2/codemirror.js '> </ script >
1618 < script src ='https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.65.2/mode/javascript/javascript.js '> </ script >
1719
20+ <!-- Leaflet -->
21+ < link crossorigin ="" href ="https://unpkg.com/leaflet@1.7.1/dist/leaflet.css "
22+ integrity ="sha512-xodZBNTC5n17Xt2atTPuE1HxjVMSvLVW9ocqUKLsCC5CXdbqCmblAshOMAS6/keqq/sMZMZ19scR4PsZChSR7A== "
23+ rel ="stylesheet "/>
24+ < script crossorigin =""
25+ integrity ="sha512-XQoYMqMTK8LvdxXYG3nZ448hOEQiglfqkJs1NOQV44cWnUrBc8PkAOcXy20w0vlaXaVUearIOBhiXZ5V3ynxwA== "
26+ src ="https://unpkg.com/leaflet@1.7.1/dist/leaflet.js "> </ script >
27+
1828 < style >
1929 html ,
2030 body {
Original file line number Diff line number Diff line change 4343 })
4444 </script >
4545
46- <svelte:head >
47- <link crossorigin =" " href =" https://unpkg.com/leaflet@1.7.1/dist/leaflet.css"
48- integrity =" sha512-xodZBNTC5n17Xt2atTPuE1HxjVMSvLVW9ocqUKLsCC5CXdbqCmblAshOMAS6/keqq/sMZMZ19scR4PsZChSR7A=="
49- rel =" stylesheet" />
50- <script crossorigin =" "
51- integrity =" sha512-XQoYMqMTK8LvdxXYG3nZ448hOEQiglfqkJs1NOQV44cWnUrBc8PkAOcXy20w0vlaXaVUearIOBhiXZ5V3ynxwA=="
52- src =" https://unpkg.com/leaflet@1.7.1/dist/leaflet.js" ></script >
53- </svelte:head >
54-
5546<main >
5647 <Navbar homepage />
5748 <br >
5849
59- <div id =" netmap" ></div >
6050 <div class =" body" >
6151 <h1 >Packetframe Network</h1 >
6252
8575 {#each nodes as node }
8676 <tr >
8777 <td >{node .name .toUpperCase ()}</td >
88- <td >968:0 :{node .id }</td >
78+ <td >968:33 :{node .id }</td >
8979 </tr >
9080 {/each }
9181 </tbody >
9282 </table >
9383 </div >
9484
85+ <div id =" netmap" ></div >
86+
9587 <Footer />
9688</main >
9789
You can’t perform that action at this time.
0 commit comments