Files
tape-record/index.html
T
klemek 9a06cd36e6
Lint / Oxlint (push) Successful in 8m23s
Lint / TypeScript (push) Successful in 8m24s
Deploy / Build (push) Successful in 8m45s
Lint / ESLint (push) Successful in 8m48s
Deploy / Deploy to Stapler (push) Successful in 3m16s
refactor: refresh from template
2026-05-02 21:52:43 +02:00

24 lines
801 B
HTML

<!doctype html>
<html lang="en">
<head>
<title>Tape Record</title>
<link rel="stylesheet" href="/src/style.scss" />
<link rel="stylesheet" href="/material-colors.css" />
<!-- <link rel="icon" href="/favicon.ico"> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="UTF-8" />
<!-- card related -->
<!--
<meta name="twitter:card" content="summary_large_image">
<meta property="og:title" content="">
<meta property="og:description" content="">
<meta property="og:image" content="https://.../preview_640x320.jpg">
<meta property="org:url" content="https://...">
-->
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>