mirror of
https://github.com/euzu/tuliprox.git
synced 2026-09-26 19:12:25 +02:00
18 lines
573 B
HTML
18 lines
573 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="shortcut icon" href="favicon.ico">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<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" />
|
|
<base data-trunk-public-url/>
|
|
<title>Tuliprox</title>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html> |