chore: Setup Tauri for build embedded application
This commit is contained in:
@ -6,8 +6,16 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<img src="/assets/media/tauri_logo.svg" alt="Tauri Logo" class="logo" />
|
||||
<h1 class="test text-3xl font-bold underline">Krys4lide</h1>
|
||||
<button hx-get="/hello" hx-target="#hello">Hello!</button>
|
||||
<button
|
||||
type="button"
|
||||
class="rounded-md bg-indigo-600 px-3 py-2 text-sm font-semibold text-white shadow-sm hover:bg-indigo-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600"
|
||||
hx-get="/hello"
|
||||
hx-target="#hello"
|
||||
>
|
||||
Hello!
|
||||
</button>
|
||||
<div id="hello"></div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user