summaryrefslogtreecommitdiff
path: root/web/template/settings.tmpl
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2024-02-21 16:11:11 +0100
committerLibravatar GitHub <noreply@github.com>2024-02-21 16:11:11 +0100
commit5aca09b59e3d467df301ac29a35960354b74cf28 (patch)
tree895f44259897187babb71c3ea31218e17d8515bb /web/template/settings.tmpl
parent[bugfix] Fix wide images being squished when used as instance avatar (#2669) (diff)
downloadgotosocial-5aca09b59e3d467df301ac29a35960354b74cf28.tar.xz
[chore] Rename frontend.tmpl to settings.tmpl, remove unused "lightgray" class (#2674)
Diffstat (limited to 'web/template/settings.tmpl')
-rw-r--r--web/template/settings.tmpl24
1 files changed, 24 insertions, 0 deletions
diff --git a/web/template/settings.tmpl b/web/template/settings.tmpl
new file mode 100644
index 000000000..4d03ccc9d
--- /dev/null
+++ b/web/template/settings.tmpl
@@ -0,0 +1,24 @@
+{{- /*
+// GoToSocial
+// Copyright (C) GoToSocial Authors admin@gotosocial.org
+// SPDX-License-Identifier: AGPL-3.0-or-later
+//
+// This program is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero General Public License
+// along with this program. If not, see <http://www.gnu.org/licenses/>.
+*/ -}}
+
+{{- with . }}
+<main class="settings">
+ <div id="root"></div>
+</main>
+{{- end }} \ No newline at end of file