studycode129 commited on
Commit
dda55fb
·
verified ·
1 Parent(s): f645ecd

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -1
index.html CHANGED
@@ -2,8 +2,9 @@
2
  <html>
3
  <head>
4
  <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
  <title>LLM TESTING</title>
 
7
  <link rel="stylesheet" href="style.css" />
8
  </head>
9
  <body>
 
2
  <html>
3
  <head>
4
  <meta charset="utf-8" />
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
  <title>LLM TESTING</title>
7
+ <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap" rel="stylesheet">
8
  <link rel="stylesheet" href="style.css" />
9
  </head>
10
  <body>