flutter_flutter/engine/web/tests/data/print-location-href.html
2014-10-23 11:17:19 -07:00

6 lines
92 B
HTML

<!DOCTYPE html>
<body></body>
<script>
document.body.textContent = location.href;
</script>