mirror of
https://github.com/aljazceru/meshcore-web.git
synced 2025-12-18 16:44:21 +01:00
update title
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="flex bg-white p-2 border-b h-16">
|
<div class="flex bg-white p-2 border-b h-16">
|
||||||
<div class="my-auto mr-auto overflow-hidden">
|
<div class="my-auto mr-auto overflow-hidden">
|
||||||
<div class="font-bold">MeshCore</div>
|
<div class="font-bold">MeshCore Client</div>
|
||||||
<div class="text-sm truncate">
|
<div class="text-sm truncate">
|
||||||
|
|
||||||
<!-- connected or configured -->
|
<!-- connected or configured -->
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||||
<title>MeshCore</title>
|
<title>MeshCore Client</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app" class="bg-gray-100"></div>
|
<div id="app" class="bg-gray-100"></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user