gecko-dev/dom/browser-element/mochitest/file_empty.html

11 строки
153 B
HTML
Исходник Обычный вид История

<html>
<body>
Aloha! My URL is <span id='url'></span>.
<script>
document.getElementById('url').innerHTML = window.location;
</script>
</body>
</html>