mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
6 lines
92 B
HTML
6 lines
92 B
HTML
<!DOCTYPE html>
|
|
<body></body>
|
|
<script>
|
|
document.body.textContent = location.href;
|
|
</script>
|