Update index.html
Browse files- index.html +2 -1
index.html
CHANGED
@@ -2,8 +2,9 @@
|
|
2 |
<html>
|
3 |
<head>
|
4 |
<meta charset="utf-8" />
|
5 |
-
|
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>
|