generated from alecodes/base-template
refactor!: change css library to picocss
This commit is contained in:
parent
48b0252ec4
commit
27037a9f75
6 changed files with 25 additions and 21 deletions
|
|
@ -2,14 +2,14 @@
|
|||
|
||||
{% block content %}
|
||||
|
||||
<div class="msp-hstack msp-justify-content-end msp-mb-3">
|
||||
<button class="msp-btn-sm" hx-get="/" hx-target="#example-table">Refresh</button>
|
||||
|
||||
<div class="msp-hstack msp-justify-content-between">
|
||||
<h1>Axum example!</h1>
|
||||
<button class="" hx-get="/" hx-target="#example-table">Refresh</button>
|
||||
</div>
|
||||
|
||||
<h1>Axum example!</h1>
|
||||
|
||||
{% block htmx %}
|
||||
<table id="example-table">
|
||||
<table id="example-table" class="striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="msp-text-center">Database</th>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue