Update index.html

This commit is contained in:
iamromulan
2023-12-03 16:45:42 -05:00
committed by GitHub
parent d1808e8fac
commit 8b94a4a040

View File

@@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>RM520N-GL Connection Info</title>
<title>RM5xxx Connection Info</title>
<script src="/js/alpinejs.min.js" defer></script>
<link rel="stylesheet" href="/css/bulma.css">
<link rel="stylesheet" type="text/css" href="/css/admin.css">
@@ -18,7 +18,7 @@
<div class="container">
<div class="navbar-brand">
<a class="navbar-item brand-text" href="/">
Quectel RM520N-GL
Quectel RM5xxx Simple Admin
</a>
<a role="button" class="navbar-burger burger" @click="isOpen = !isOpen">
<span aria-hidden="true"></span>
@@ -50,7 +50,7 @@
<div class="hero-body">
<div class="container">
<h1 class="title">
Quectel RM520N-GL Connection Info
Quectel RMxxx Connection Info
</h1>
<h2 class="subtitle">
Data Updated: <span x-text="lastUpdate"></span>
@@ -229,4 +229,4 @@
</script>
</body>
</html>
</html>