mirror of
https://github.com/meshcore-dev/map.meshcore.dev.git
synced 2026-04-20 22:13:50 +00:00
added github icon, changed the api url
This commit is contained in:
parent
4bf1157f26
commit
886e8d3c6d
5 changed files with 11 additions and 2 deletions
|
|
@ -13,6 +13,7 @@
|
|||
<title>MeshCore Node Map</title>
|
||||
</head>
|
||||
<body class="light">
|
||||
|
||||
<div class="container">
|
||||
<div id="map"></div>
|
||||
<div id="app" v-if="app.nodes" v-cloak>
|
||||
|
|
@ -49,6 +50,10 @@
|
|||
<i>monitoring</i>
|
||||
</span>
|
||||
<span v-for="stat in stats" v-html="stat"></span>
|
||||
<span style="flex-grow: 1"></span>
|
||||
<a href="https://github.com/recrof/map.meshcore.dev" class="github" title="go to github repo" target="_blank">
|
||||
<img src="./lib/images/github-mark.svg">
|
||||
</a>
|
||||
</a>
|
||||
</div>
|
||||
<form class="search no-margin" action="javascript:;">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue