Add dark theme
This commit is contained in:
parent
6b9bd48e60
commit
1aea2d35a5
2 changed files with 51 additions and 2 deletions
|
@ -5,6 +5,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
|
||||
<link href="assets/style.css" rel="stylesheet">
|
||||
<link href="assets/dark.css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<div class="main">
|
||||
|
@ -52,7 +53,7 @@
|
|||
required pattern="(tcp|udp|tls|https|sdns):\/\/(.*)" />
|
||||
<p class="help">
|
||||
To use different protocols like DOH, DOT etc. refer to the instructions
|
||||
<a href="https://github.com/mr-karan/doggo#transport-options">here</a>.
|
||||
<a href="https://git.zio.sh/astra/doggo#transport-options">here</a>.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -84,7 +85,7 @@
|
|||
<span>♥</span> by
|
||||
<a href="https://mrkaran.dev"><strong>mrkaran</strong></a>
|
||||
</p>
|
||||
<p><a href="https://github.com/mr-karan/doggo">Source Code</a></p>
|
||||
<p><a href="https://git.zio.sh/astra/doggo">Source Code</a></p>
|
||||
</div>
|
||||
</footer>
|
||||
<script src="assets/main.js"> </script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue