Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mettler authored Mar 2, 2024
1 parent a7f1979 commit 77ff253
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
<!doctype html>
<html>
<style>
font-family: monospace;
@media (prefers-color-scheme: dark) {
body { background-color: black; color: white; }
}
</style>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>tinker</title>
<title>tinker.dev</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body>
<p style="padding:10px;">
<p>
Nothing to see here
</p>
</body>
Expand Down

0 comments on commit 77ff253

Please sign in to comment.