mirror of
https://github.com/servo/servo.git
synced 2025-10-09 21:10:19 +01:00
6 lines
100 B
HTML
6 lines
100 B
HTML
<!DOCTYPE html>
|
|
<script>
|
|
window.doNavigationBack = () => {
|
|
return navigation.back();
|
|
};
|
|
</script>
|