mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
22 lines
322 B
HTML
22 lines
322 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<style>
|
|
body {
|
|
-webkit-user-select:none;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
abcdefghijklmnopqrstuvwxyz<br>
|
|
abcdefghijklmnopqrstuvwxyz<br>
|
|
abcdefghijklmnopqrstuvwxyz<br>
|
|
abcdefghijklmnopqrstuvwxyz<br>
|
|
abcdefghijklmnopqrstuvwxyz<br>
|
|
abcdefghijklmnopqrstuvwxyz<br>
|
|
</body>
|
|
|
|
</html>
|