Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 256 Bytes

File metadata and controls

21 lines (16 loc) · 256 Bytes
localhost {
	respond "Hello from HTTPS!"
}

192.168.1.10 {
	respond "Also HTTPS!"
}

http://localhost {
	respond "Plain HTTP"
}
<script> window.$_('.ex-local-https code').classList.add('light'); </script>