This commit is contained in:
Francesco 2023-11-02 18:54:17 +01:00
parent fdf84bd8ea
commit dd61faa3d9
2 changed files with 3 additions and 3 deletions

View File

@ -40,4 +40,4 @@ p.text {
a {
color: #7223D1;
}
}

View File

@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A powerful, automatically-generated database management panel for Spring Boot®/JPA applications">
<title>SnapAdmin &ndash; Spring Boot Database Admin Panel</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous"></head>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css" integrity="sha384-b6lVK+yci+bfDmaY1u0zE8YYJt0TZxLEAFyYSLHId4xoVvsrQu3INevFKo+Xir8e" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css">
@ -48,8 +48,8 @@
<p class="lead">A powerful, automatically-generated database management panel for <a href="https://spring.io/projects/spring-boot/" class="text-white" target="_blank">Spring Boot&reg;</a>/JPA applications</p>
<img src="screenshot.png" alt="SnapAdmin screenshot showing the list view" class="img-fluid rounded">
<div class="mt-4">
<a href="https://github.com/aileftech/snap-admin" class="btn btn-link btn-lg me-3 text-white text-decoration-none"><i class="bi bi-github"></i> Github</a>
<a href="#get-started" class="btn btn-light btn-lg">Get Started</a>
<a href="https://github.com/aileftech/snap-admin" class="btn btn-light btn-lg ms-3"><i class="bi bi-github"></i> Github</a>
</div>
</div>
</header>