Spaces:
Sleeping
Sleeping
File size: 1,065 Bytes
327d208 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
<head>
<title>ArXiv 6G Research Search</title>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>ArXiv 6G Research Search</h1>
<div id="search-container">
<input type="text" id="keyword-input" placeholder="Enter search keyword">
<input type="number" min="1" id="limit-input" value="15" disabled placeholder="Enter limit of documents">
<button id="search-button">Search</button>
</div>
<input type="checkbox" name="limit" id="limit-check"><label for="limit-check">Custom limit ?</label>
<div id="results-container"></div>
<div id="popup" class="popup">
<div class="popup-content">
<span class="close">×</span>
<h2 id="popup-title">Fenêtre Popup</h2>
<div class="scrollable-text">
</div>
</div>
</div>
<script src="script.js"></script>
</body> |