mirror of
https://github.com/plexguide/Huntarr.io.git
synced 2026-04-19 21:26:53 -04:00
15 lines
471 B
HTML
15 lines
471 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>My App</title>
|
|
<link rel="stylesheet" href="./static/css/style.css">
|
|
</head>
|
|
<body>
|
|
<!-- Pass base URL configuration to JavaScript -->
|
|
<script>window.HUNTARR_BASE_URL = '{{ base_url|default("", true) }}';</script>
|
|
<!-- Pass global scripts -->
|
|
{% include 'components/scripts.html' %}
|
|
</body>
|
|
</html> |