This matches our coding style recommendation in CodingStyle.md, and matches our python formatting.
12 lines
236 B
HTML
12 lines
236 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>New Tab</title>
|
|
<style>
|
|
html {
|
|
color-scheme: light dark;
|
|
}
|
|
</style>
|
|
</head>
|
|
</html>
|