mastodon-archive-stats/views/index.pug

19 lines
449 B
Plaintext
Raw Normal View History

doctype html
html(lang="en")
head
title= pageTitle
2020-07-20 14:40:06 +02:00
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')
body
h1=pageTitle
2020-07-20 14:40:06 +02:00
i.fa.fa-world
h2 Statistics
2020-07-19 16:46:34 +02:00
2020-07-20 14:40:06 +02:00
include partials/contacts.pug
include partials/hashtags.pug
include partials/config.pug
include partials/toots.pug
2020-07-19 16:46:34 +02:00
2020-07-20 12:39:01 +02:00