mirror of
https://github.com/Daniongithub/ER-TPL.git
synced 2025-12-06 09:22:03 +00:00
Compare commits
2 Commits
f109931cd1
...
bf98d6152f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bf98d6152f | ||
|
|
79a4fe4841 |
@@ -25,7 +25,8 @@
|
||||
<div>
|
||||
<a href="/start_menu/start.html" class="blue button">START Romagna</a>
|
||||
<a href="mete.html" class="blue button">Privati METE S.p.A.</a>
|
||||
<a href="articoli.html" class="blue button">Articoli</a>
|
||||
<a href="articoli.html" class="green button">Articoli</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
</html>
|
||||
|
||||
@@ -24,7 +24,7 @@ searchBar.addEventListener('input', () => {
|
||||
<a href="/ravenna_privatibus/gamberini.html" class="blue button">Gamberini</a>
|
||||
<a href="/ravenna_privatibus/pollini.html" class="blue button">Pollini</a>
|
||||
<a href="/ravenna_privatibus/zaganelli.html" class="blue button">Zaganelli</a>
|
||||
<a href="/ravenna_privatibus/riolo.html" class="blue button">C.T.R.T.</a>
|
||||
<a href="/ravenna_privatibus/riolo.html" class="blue button">C.T.R.T.</a>
|
||||
</div>
|
||||
`;
|
||||
return;
|
||||
@@ -51,4 +51,4 @@ function renderProducts(products) {
|
||||
`;
|
||||
productsContainer.appendChild(div);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user