name: inverse layout: true class: center, middle, inverse
layout: false
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>Numbered Headings</title> | |
</head> | |
<body> | |
<style> | |
body {counter-reset: ebene1;} |
Works on windows as well.
Python2:
python -m SimpleHTTPServer [8000] # starts a simple http server in current directory
python -m CGIHTTPServer [8000] # allow cgi-bin subdirectory
Python3:
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Using Push.js to Display Web Browser Notifications</title> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/push.js/1.0.9/push.min.js"></script> | |
</head> | |
<body> |
host github.com | |
user git | |
hostname ssh.github.com | |
port 443 | |
proxycommand socat - PROXY:<hostname>:%h:%p,proxyport=<port> |
this is a static html webapp based on Tiddlywiki.
... by opening https://web.telegram.org/ in a Browser:
Open the group's chat window and inspect the URL: https://web.telegram.org/#/im?p=g[GROUP_ID]
⇒ the chat ID will be -[GROUP_ID]
(prepend a minus)