ТЕКУЩИЙ ХЭШ: <span>${location.hash.split('#/')[1]}</span>
</div>
<h1>${this.title}</h1>
<div class="history-container">
<button onclick=${window.history.back}>назад</button>
История: <ul class="history">${historyItemsMarkup}</ul>
</div>`
window.history.back()
Обсуждают сегодня