ehristoforu
commited on
Update index.html
Browse files- index.html +3 -1
index.html
CHANGED
@@ -104,6 +104,8 @@ to{opacity:1;transform:translateY(0)}
|
|
104 |
</head>
|
105 |
<body>
|
106 |
<div class="main-content">
|
|
|
|
|
107 |
<div class="search-container">
|
108 |
<form id="search-form">
|
109 |
<div class="search-box">
|
@@ -455,7 +457,7 @@ to{opacity:1;transform:translateY(0)}
|
|
455 |
if (!append) {
|
456 |
const endTime = performance.now();
|
457 |
const timeTaken = (endTime/2 - startTime/2).toFixed(2);
|
458 |
-
document.getElementById('results-info').textContent = `
|
459 |
}
|
460 |
}
|
461 |
|
|
|
104 |
</head>
|
105 |
<body>
|
106 |
<div class="main-content">
|
107 |
+
<h2><center>Грамота.ИИ</center></h2>
|
108 |
+
<h4><center>Русский язык в умелых руках и в опытных устах — красив, певуч, выразителен, гибок, послушен, ловок и вместителен.</center></h4>
|
109 |
<div class="search-container">
|
110 |
<form id="search-form">
|
111 |
<div class="search-box">
|
|
|
457 |
if (!append) {
|
458 |
const endTime = performance.now();
|
459 |
const timeTaken = (endTime/2 - startTime/2).toFixed(2);
|
460 |
+
document.getElementById('results-info').textContent = ` ${timeTaken} milliseconds`;
|
461 |
}
|
462 |
}
|
463 |
|