You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ass/views/index.pug

20 lines
616 B

html
head
title ass - The superior self-hosted ShareX server
meta(name='description' content='ass is a self-hosted ShareX upload server written in Node.js')
style: include modest.css
style: include dracula.highlight.js.css
script(src='https://cdn.jsdelivr.net/npm/darkreader@4/darkreader.min.js')
script(src='https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@10.7.1/build/highlight.min.js')
script.
// Dark mode with Dark Reader
DarkReader.enable({
brightness: 100,
contrast: 100,
sepia: 5
});
// Highlight code blocks
hljs.highlightAll();
include opengraph
body!=data