mirror of
https://github.com/adoyle0/thaw.git
synced 2025-01-23 06:19:22 -05:00
b75c9c9ab3
* demo: add vercel * demo: config * chore: demo workflow
23 lines
759 B
HTML
23 lines
759 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Thaw UI</title>
|
|
<link
|
|
rel="shortcut icon"
|
|
href="/favicon.ico"
|
|
type="image/x-icon"
|
|
/>
|
|
<link data-trunk rel="copy-file" href="./src/assets/svg/grid_dot.svg" />
|
|
<link data-trunk rel="copy-file" href="./src/assets/favicon.ico" />
|
|
<link
|
|
data-trunk
|
|
rel="copy-file"
|
|
href="./src/assets/vercel/vercel.json"
|
|
/>
|
|
<link data-trunk rel="copy-file" href="../logo.svg" />
|
|
</head>
|
|
<body></body>
|
|
</html>
|