Philip H
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
2 deletions
-
src/www/index.html
|
|
@ -439,8 +439,7 @@ |
|
|
|
</div> |
|
|
|
|
|
|
|
<div v-if="authenticated === false"> |
|
|
|
<img src="./img/logo.png" width="32" class="inline align-middle dark:bg" /> |
|
|
|
<h1 class="text-4xl font-medium my-16 text-gray-700 dark:text-neutral-200 text-center">WireGuard</h1> |
|
|
|
<h1 class="text-4xl font-medium my-16 text-gray-700 dark:text-neutral-200 text-center"><img src="./img/logo.png" width="32" class="inline align-middle dark:bg" />WireGuard</h1> |
|
|
|
|
|
|
|
<form @submit="login" |
|
|
|
class="shadow rounded-md bg-white dark:bg-neutral-700 mx-auto w-64 p-5 overflow-hidden mt-10"> |
|
|
|