Spaces:
Sleeping
Sleeping
Omar ID EL MOUMEN
commited on
Commit
·
a6a5360
1
Parent(s):
9764706
Change title
Browse files- frontend/index.html +2 -2
frontend/index.html
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
<head>
|
2 |
-
<title>ArXiv
|
3 |
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
4 |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
|
5 |
<link rel="stylesheet" href="style.css">
|
6 |
</head>
|
7 |
<body>
|
8 |
-
<h1>ArXiv
|
9 |
<div id="search-container">
|
10 |
<input type="text" id="keyword-input" placeholder="Enter search keyword">
|
11 |
<input type="number" min="1" id="limit-input" value="15" disabled placeholder="Enter limit of documents">
|
|
|
1 |
<head>
|
2 |
+
<title>ArXiv Document Search</title>
|
3 |
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
4 |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
|
5 |
<link rel="stylesheet" href="style.css">
|
6 |
</head>
|
7 |
<body>
|
8 |
+
<h1>Search ArXiv Documents</h1>
|
9 |
<div id="search-container">
|
10 |
<input type="text" id="keyword-input" placeholder="Enter search keyword">
|
11 |
<input type="number" min="1" id="limit-input" value="15" disabled placeholder="Enter limit of documents">
|