mirror of
https://github.com/euzu/tuliprox.git
synced 2026-09-23 01:22:09 +02:00
17 lines
584 B
HTML
17 lines
584 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-params="--all-features"/>
|
|
<title>Tuliprox</title>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html> |