auto theme
This commit is contained in:
@@ -10,12 +10,12 @@
|
||||
<link rel="icon" type="image/png" href="/favicon@2x.png" size="128x128">
|
||||
<link rel="icon" type="image/png" href="/favicon@3x.png" size="192x192">
|
||||
</head>
|
||||
<body class="dark">
|
||||
<body>
|
||||
<h1>{title}</h1>
|
||||
<div class="theme">
|
||||
<select aria-label="Theme" onchange="setTheme(event)">
|
||||
<option value="darker">Light-on-Black</option>
|
||||
<option value="dark" selected>Light-on-Dark</option>
|
||||
<option value="dark">Light-on-Dark</option>
|
||||
<option value="light">Dark-on-White</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<link rel="icon" type="image/png" href="/favicon@2x.png" size="128x128">
|
||||
<link rel="icon" type="image/png" href="/favicon@3x.png" size="192x192">
|
||||
</head>
|
||||
<body class="dark">
|
||||
<body>
|
||||
<h1>Text Proxy</h1>
|
||||
<div class="main">
|
||||
<form action="/cgi-bin/proxy.cgi" method="get">
|
||||
|
||||
Reference in New Issue
Block a user