This repository has been archived on 2025-10-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
linesofcodes 958ecdca7d
Build / build (push) Failing after 1m40s
SVT-AV1 & TailwindCSS
2025-10-01 21:06:39 +07:00

17 lines
426 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="http://localhost:5432/__neutralino_globals.js"></script>
<title>Vencoder</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>