From b02f813e519dc890f2eb4827ff52cff3ff90c828 Mon Sep 17 00:00:00 2001 From: FChannel <> Date: Sun, 19 Jun 2022 12:47:32 -0700 Subject: v0.1.0 --- static/index.html | 78 ------------------------------------------------------- 1 file changed, 78 deletions(-) delete mode 100644 static/index.html (limited to 'static/index.html') diff --git a/static/index.html b/static/index.html deleted file mode 100644 index d45dd77..0000000 --- a/static/index.html +++ /dev/null @@ -1,78 +0,0 @@ -{{ define "header" }} -{{ .Title }} - - - - - - - - - - - - - - -{{ end }} - -{{ define "top" }}{{ end }} -{{ define "content" }} -
-

{{ .Title }}

-

{{ .PreferredUsername }} is a federated image board based on ActivityPub. The current version of the code running on the server is still a work-in-progress product, expect a bumpy ride for the time being. Get the server code here: https://github.com/FChannel0.

- - {{ if .Boards }} - {{ $l := len .Boards }} -
-
- {{ if lt $l 2 }} -
Local boards
- {{ else if eq $l 2 }} -
Local boards
- {{ else }} -
Local boards
- {{ end }} - {{ range .Boards }} - - {{ end }} - {{ if gt $l 2 }} - {{ range .BoardRemainer }} -
- {{ end }} - {{ end }} -
-
- {{ end }} - - {{ if .NewsItems }} -
-

{{ .PreferredUsername }} News

- {{ range $i, $e := .NewsItems }} -
-

{{unixtoreadable $e.Time}} - {{$e.Title}}{{ if $.Board.ModCred }} [Delete] {{end}}

-
- -

{{$e.Content}}

-
- {{ end }} -
- {{ end }} - -
-

Current known instances

- (always use a proxy) - - {{ range .InstanceIndex }} - - - - {{ end }} -
{{ .Id }}
-
-
-{{ end }} -{{ define "bottom" }}{{ end }} - -{{ define "script" }} -{{ end }} -- cgit v1.2.3