Updated
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
@page
|
@page
|
||||||
@model IndexModel
|
@model IndexModel
|
||||||
@{
|
@{
|
||||||
ViewData["Title"] = "Home page";
|
ViewData["Title"] = "EonaCat LogCentral";
|
||||||
}
|
}
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
@@ -9,7 +9,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>EonaCat Logger</title>
|
<title>EonaCat LogCentral</title>
|
||||||
<script src="https://cdn.tailwindcss.com"></script>
|
<script src="https://cdn.tailwindcss.com"></script>
|
||||||
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
||||||
@@ -30,8 +30,6 @@
|
|||||||
--shadow-hover: 0 20px 35px -15px rgba(0,0,0,.25);
|
--shadow-hover: 0 20px 35px -15px rgba(0,0,0,.25);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');
|
|
||||||
|
|
||||||
* {
|
* {
|
||||||
font-family: 'Inter', sans-serif;
|
font-family: 'Inter', sans-serif;
|
||||||
}
|
}
|
||||||
@@ -227,7 +225,7 @@
|
|||||||
<i class="fas fa-database text-white text-lg"></i>
|
<i class="fas fa-database text-white text-lg"></i>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<h1 class="text-xl font-bold tracking-tight">EonaCat Logger</h1>
|
<h1 class="text-xl font-bold tracking-tight">EonaCat LogCentral</h1>
|
||||||
<p class="text-xs text-gray-500">Logging all the things!</p>
|
<p class="text-xs text-gray-500">Logging all the things!</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user