Browse Source

index.html: logo on loginpage (#798)

pull/800/head
Philip H 1 year ago
committed by GitHub
parent
commit
c54e4d6c7c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 5
      src/www/index.html

5
src/www/index.html

@ -439,7 +439,10 @@
</div>
<div v-if="authenticated === false">
<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" />
<span class="align-middle">WireGuard</span>
</h1>
<form @submit="login"
class="shadow rounded-md bg-white dark:bg-neutral-700 mx-auto w-64 p-5 overflow-hidden mt-10">

Loading…
Cancel
Save