aboutsummaryrefslogtreecommitdiff
path: root/dom
diff options
context:
space:
mode:
Diffstat (limited to 'dom')
-rwxr-xr-xdom/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/dom/index.html b/dom/index.html
index 7b090b3..4239a1d 100755
--- a/dom/index.html
+++ b/dom/index.html
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
- <title>Prisbeam</title>
+ <title>Faunerie</title>
<link rel="stylesheet" href="../bootstrap/bootstrap.min.css">
<link rel="stylesheet" href="./app.css">
<script src="../bootstrap/bootstrap.bundle.min.js"></script>
@@ -13,7 +13,7 @@
<div class="modal-content">
<div class="modal-body">
<div id="derpibooru-login-initial">
- <p>Log into your Derpibooru account on Prisbeam to access your filters, watched tags, and more. All the information about your Derpibooru account is encrypted and stored securely on your own device.</p>
+ <p>Log into your Derpibooru account on Faunerie to access your filters, watched tags, and more. All the information about your Derpibooru account is encrypted and stored securely on your own device.</p>
<div style="display: grid; grid-template-columns: 1fr 2fr; grid-column-gap: 10px; grid-row-gap: 5px;">
<div style="display: flex; align-items: center;">
<label for="derpibooru-email" class="col-form-label">Email address:</label>
@@ -96,7 +96,7 @@
<div style="text-align: center;">
<a class="fancy-btn" id="logo" onclick="instance.actions.goHome();" href="#" style="padding: 5px 10px; display: inline-block; color: white; text-decoration: none; -webkit-app-region: no-drag;">
<img alt="Logo" src="../logo/logo.png" style="width: 32px; height: 32px; border-radius: 5px; vertical-align: middle;">
- <span>&nbsp;Prisbeam</span>
+ <span>&nbsp;Faunerie</span>
</a>
</div>
<input tabindex="-1" autocomplete="false" autocapitalize="off" spellcheck="false" onblur="instance.dataStore.lastPress = new Date().getTime() - 5000; instance.dataStore.needUpdate = true;" onkeyup="instance.dataStore.lastPress = new Date().getTime(); instance.dataStore.needUpdate = true;" class="form-control" placeholder="Search in your images..." id="search" style="-webkit-app-region: no-drag;">