Removed blockstart and replicated it in tailwind's thing.
This commit is contained in:
parent
5da8697759
commit
0b40ef0125
6 changed files with 29 additions and 27 deletions
|
@ -5,7 +5,7 @@
|
|||
<h1><a href="/admin/table/{{ .Table }}/">«</a>Admin {{ .Table }}</h1>
|
||||
|
||||
<block x-data="Data">
|
||||
<form method="POST" action="/api/admin/table/{{ .Table }}/{{ .Id }}/">
|
||||
<form method="POST" action="/api/admin/table/{{ .Table }}/{{ .Id }}">
|
||||
<card>
|
||||
<top><h1>{{ .Table }} : {{ .Id }}</h1></top>
|
||||
<middle>
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
<meta name="author" content="Zed A. Shaw" />
|
||||
<meta name="description" content="My Go learning project, which is a Twitch support thing." />
|
||||
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
|
||||
<link rel="stylesheet" href="/blockstart.css">
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
<script defer src="/js/alpine.js"></script>
|
||||
<script src="/js/code.js"></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue