Aohanah commited on
Commit
71d30bc
1 Parent(s): d6fcc20

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -1
index.html CHANGED
@@ -24,6 +24,7 @@
24
  text-decoration: none;
25
  border-radius: 5px;
26
  width: 300px; /* 设置按钮的固定宽度 */
 
27
  }
28
  .btn:hover {
29
  background-color: #008CBA;
@@ -33,7 +34,7 @@
33
  <body>
34
  <div class="card">
35
  <h1>Multi-Glau</h1>
36
- <p><span style="font-size: 40px;font-family: Arial;font-weight: bold;">Welcome to Multi-Glau! Please click on the required module to proceed to the next step.</span></p>
37
  <a href="javascript:void(0)" onclick="customRedirect('https://huggingface.co/spaces/Aohanah/Exp1')" class="btn">Screening Module</a>
38
  <a href="javascript:void(0)" onclick="customRedirect('https://huggingface.co/spaces/Aohanah/Exp2')" class="btn">Pre-Diagnosis Module</a>
39
  <a href="javascript:void(0)" onclick="customRedirect('https://huggingface.co/spaces/Aohanah/Exp3')" class="btn">Definitive Diagnosis Module</a>
 
24
  text-decoration: none;
25
  border-radius: 5px;
26
  width: 300px; /* 设置按钮的固定宽度 */
27
+ font-family: Arial; /* 设置按钮上的字体为 Arial */
28
  }
29
  .btn:hover {
30
  background-color: #008CBA;
 
34
  <body>
35
  <div class="card">
36
  <h1>Multi-Glau</h1>
37
+ <p><span style="font-size: 24px;font-family: Arial;">Welcome to Multi-Glau! Please click on the required module to proceed to the next step.</span></p>
38
  <a href="javascript:void(0)" onclick="customRedirect('https://huggingface.co/spaces/Aohanah/Exp1')" class="btn">Screening Module</a>
39
  <a href="javascript:void(0)" onclick="customRedirect('https://huggingface.co/spaces/Aohanah/Exp2')" class="btn">Pre-Diagnosis Module</a>
40
  <a href="javascript:void(0)" onclick="customRedirect('https://huggingface.co/spaces/Aohanah/Exp3')" class="btn">Definitive Diagnosis Module</a>