From 0c1e2cef0282bd283f9a2c1fc70570df4a6c537f Mon Sep 17 00:00:00 2001 From: John Xina <bingchilling@riseup.net> Date: Thu, 13 Jul 2023 22:54:05 +0800 Subject: [PATCH] fix bad name in main page --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index de16f18..4c028d9 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,6 +1,6 @@ <!DOCTYPE html> <head> - <title>错误 - RAT</title> + <title>首页 - RAT</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> -- GitLab