| <!doctype html> | |
| <html dir="$i18n{textdirection}" lang="$i18n{language}"> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
| <meta name="color-scheme" content="light dark"> | |
| <title>$i18n{sysinfoPageTitle}</title> | |
| <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> | |
| </head> | |
| <body> | |
| <style> | |
| body { | |
| min-width: 45em; | |
| } | |
| </style> | |
| <script src="../system_info_app.js" type="module"></script> | |
| <system-info-app></system-info-app> | |
| </body> | |
| </html> |