| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Dart DevTools - Unsupported Browser</title> | |
| <style> | |
| body { | |
| margin: 50px 30px; | |
| font-family: "Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <h1>Unsupported Browser</h1> | |
| <p>Your browser is not supported by DevTools. Please try using Google Chrome.</p> | |
| </body> | |
| </html> |