Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTara Rostami <132676256+TaraRostami@users.noreply.github.com>2023-12-14 16:14:45 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2023-12-14 16:15:02 +0300
commitb9b74139bf6ec75a352b317fff85c4879a4692cb (patch)
tree0ba0d97f80dcf85beaee2c389b5e2b3bf950d5e1 /web/html/xui/xray.html
parent653e26dad6e9898192fb1fb770abdb8141e5e6d2 (diff)
Better login page & css correction (#1368)v2.0.1
* Update custom.css * Update login.html * Update inbounds.html * Update custom.css * Update custom.css
Diffstat (limited to 'web/html/xui/xray.html')
-rw-r--r--web/html/xui/xray.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/html/xui/xray.html b/web/html/xui/xray.html
index cca8483f..147ed5e1 100644
--- a/web/html/xui/xray.html
+++ b/web/html/xui/xray.html
@@ -3,6 +3,7 @@
{{template "head" .}}
<link rel="stylesheet" href="{{ .base_path }}assets/codemirror/codemirror.css">
<link rel="stylesheet" href="{{ .base_path }}assets/codemirror/fold/foldgutter.css">
+<link rel="stylesheet" href="{{ .base_path }}assets/codemirror/xq.css?{{ .cur_ver }}">
<link rel="stylesheet" href="{{ .base_path }}assets/codemirror/lint/lint.css">
<script src="{{ .base_path }}assets/js/model/outbound.js"></script>