mastodon-archive-stats/views/index.pug

21 lines
527 B
Plaintext

doctype html
html(lang="en")
head
title= pageTitle
link(rel='stylesheet', href='//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css', type='text/css')
link(rel='stylesheet', href='stylesheets/main.css', type='text/css')
link(rel='stylesheet', href='stylesheets/tailwind.css', type='text/css')
body
h1=pageTitle
i.fa.fa-world
h2 Statistics
include partials/contacts.pug
include partials/hashtags.pug
include partials/config.pug
include partials/toots.pug