Browse Source

add home button

schtonn 2 years ago
parent
commit
220c7415ac
2 changed files with 6 additions and 3 deletions
  1. 4 2
      crypty/index.html
  2. 2 1
      score/index.html

+ 4 - 2
crypty/index.html

@@ -15,11 +15,13 @@
 	<link rel="preconnect" href="https://fonts.gstatic.com">
 	<link href="https://fonts.loli.net/css2?family=Anonymous+Pro:ital,wght@0,400;0,700;1,400;1,700
 &family=Noto+Serif+SC:wght@300;400;500;600;700&display=swap" rel="stylesheet">
-<link rel="stylesheet" href="../css/style.css">
-<!-- <link rel="stylesheet" href="/css/style.css"> -->
+	<link rel="stylesheet" href="../css/style.css">
+	<!-- <link rel="stylesheet" href="/css/style.css"> -->
 </head>
 
 <body>
+	<a class="btn btn-info" href="/" style="text-shadow: rgb(85, 85, 85) 3px 2px 4px;"><span
+			class="glyphicon glyphicon-home" aria-hidden="true"></span>&nbsp;返回</a>
 	<div>
 		<div>明文:</div>
 		<textarea rows="10" cols="64" name="message" id="msg_source" class="text_source"></textarea>

+ 2 - 1
score/index.html

@@ -547,7 +547,8 @@
 </head>
 
 <body>
-
+    <a class="btn btn-info" href="/" style="text-shadow: rgb(85, 85, 85) 3px 2px 4px;"><span
+            class="glyphicon glyphicon-home" aria-hidden="true"></span>&nbsp;返回</a>
     <h1>
         实验中学成绩整理
     </h1>