Browse Source

Update index.html

pull/541/head
Anshuva 3 years ago
committed by GitHub
parent
commit
d170622b74
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/www/index.html

4
src/www/index.html

@ -35,7 +35,7 @@
</span>
<h1 class="text-4xl font-medium mt-10 mb-2">
<img src="./img/logo.png" width="32" class="inline align-middle" />
<span class="align-middle">WireGuard</span>
<span class="align-middle">WireGuard-Web UI</span>
</h1>
<h2 class="text-sm text-gray-400 mb-10"></h2>
@ -464,7 +464,7 @@
</div>
<div v-if="authenticated === false">
<h1 class="text-4xl font-medium my-16 text-gray-700 text-center">WireGuard</h1>
<h1 class="text-4xl font-medium my-16 text-gray-700 text-center">WireGuard-Web UI</h1>
<form @submit="login" class="shadow rounded-md bg-white mx-auto w-64 p-5 overflow-hidden mt-10">
<!-- Avatar -->

Loading…
Cancel
Save