multi-account-post-schedule.../views/layout.jade

16 lines
382 B
Plaintext
Raw Normal View History

2022-07-07 18:23:44 +02:00
doctype html
html
head
title= title + 'Multi account posting mastodon'
link(rel='stylesheet', href='/stylesheets/style.css')
body
block nav
2022-07-07 19:03:04 +02:00
h1 Mastodon multi account
2022-07-07 18:23:44 +02:00
a(href="/") accueil
a(href="/") ajouter
a(href="/init-db") init DB
a(href="/list") list DB
2022-07-07 19:03:04 +02:00
a(href="/add-to-db-example") ajout à la file example
2022-07-07 18:23:44 +02:00
block content