mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
11 lines
161 B
HTML
11 lines
161 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<script type="text/javascript">
|
|
window.addEventListener('scroll', function(event) {
|
|
});
|
|
</script>
|
|
</head>
|
|
|
|
</html>
|