mirror of
https://github.com/4yn/slidershim.git
synced 2025-02-02 04:27:58 +01:00
25 lines
665 B
HTML
25 lines
665 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
|
|
|
<title>Svelte app</title>
|
|
|
|
<link rel="icon" type="image/png" href="/favicon.png" />
|
|
<link rel="stylesheet" href="/global.css" />
|
|
<link rel="stylesheet" href="/build/bundle.css" />
|
|
|
|
<script defer src="/build/bundle.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<div data-tauri-drag-region class="titlebar">
|
|
<div data-tauri-drag-region class="header-icon">
|
|
<img src="/icon.png" />
|
|
</div>
|
|
<div data-tauri-drag-region class="header"> slidershim</div>
|
|
</div>
|
|
</body>
|
|
</html>
|