19 lines
449 B
Plaintext
19 lines
449 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')
|
|
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
|
|
|
|
|
|
|