PyWebBrowser/default.html
Matthew Welch 015e46134e add support for file scheme
split url parsing into separate function
2024-12-06 11:31:09 -08:00

10 lines
130 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<p>Test</p>
</body>
</html>