MediaWiki:Common.js: Difference between revisions
Appearance
No edit summary Tag: Reverted |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 18: | Line 18: | ||
// Botão de Topo (Seta) | // Botão de Topo (Seta) | ||
var topBtn = '<a href="#" class="footer-top-button" title="Voltar ao topo"> | var topBtn = '<a href="#" class="footer-top-button" title="Voltar ao topo">' + | ||
'<span class="material-symbols-outlined">arrow_upward</span></a>'; | |||
// Teu botão atual da Atronia | // Teu botão atual da Atronia | ||
var siteBtn = '<a href=" | var siteBtn = '<a href="https://atronia.eu" class="footer-button-atronia-real" target="_blank" rel="noopener">atronia.eu</a>'; | ||
container.innerHTML = topBtn + siteBtn; | container.innerHTML = topBtn + siteBtn; | ||