network tab

This commit is contained in:
Face
2025-09-05 19:07:21 +03:00
parent 21b4f455c2
commit 4d16a16fe4
42 changed files with 1463 additions and 154 deletions

View File

@@ -39,5 +39,9 @@ var HTML_CONTENT = """
<head>
<title>New tab</title>
</head>
<body><p>test</p></body>
<body>
<p>Welcome to Flumi Browser!</p>
<img src="https://httpbin.org/image/png" alt="Test image" />
<p>This page includes a test image to verify network functionality.</p>
</body>
""".to_utf8_buffer()