docs: add README and dex custom theme
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
12fd2f2e70
commit
ad16084d47
11 changed files with 478 additions and 0 deletions
9
dextpl/oob.html
Normal file
9
dextpl/oob.html
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{{ template "header.html" . }}
|
||||
|
||||
<div class="theme-panel">
|
||||
<h2 class="theme-heading">Login Successful</h2>
|
||||
<p>Please copy this code, switch to your application and paste it there:</p>
|
||||
<input type="text" class="theme-form-input" value="{{ .Code }}" />
|
||||
</div>
|
||||
|
||||
{{ template "footer.html" . }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue