mirror of
https://github.com/euzu/tuliprox.git
synced 2026-09-16 06:02:27 +02:00
* Fix HLS session handling and disable retry for adaptive segment requests * Resolve / probe vod task uses last modified date * Resolve expiration date in input form * fixed m3u parsing * fixed wasm opt for frontend build
18 lines
565 B
HTML
18 lines
565 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<base href="/">
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<link rel="shortcut icon" href="/assets/favicon.ico"/>
|
|
<link rel="stylesheet" href="/assets/fonts.css"/>
|
|
<link data-trunk rel="scss" href="scss/main.scss"/>
|
|
<link data-trunk rel="copy-file" href="public/config.json"/>
|
|
<link data-trunk rel="copy-dir" href="public/assets"/>
|
|
<link data-trunk rel="rust" data-wasm-opt="4"/>
|
|
<title>Tuliprox</title>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|