Browse Source

index.html: logo on loginpage

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

1
src/www/index.html

@ -439,6 +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>
<form @submit="login"

Loading…
Cancel
Save