aboutsummaryrefslogtreecommitdiff
path: root/views/i18n/combos.html
diff options
context:
space:
mode:
Diffstat (limited to 'views/i18n/combos.html')
-rw-r--r--views/i18n/combos.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/views/i18n/combos.html b/views/i18n/combos.html
deleted file mode 100644
index 9cd227d..0000000
--- a/views/i18n/combos.html
+++ /dev/null
@@ -1,13 +0,0 @@
-{{ template "header.html" . }}
-<main>
-<div class="info">
-<p>{{ .i18n.Combos }}
-</div>
-{{ range .Combos }}
-<section class="honk">
-<header>
-<p style="font-size: 1.8em"><a href="/c/{{ . }}">{{ . }}</a>
-</header>
-</section>
-{{ end }}
-</main>