Anshuva
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
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 --> |
|
|
|
|