-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
2 lines (2 loc) · 845 Bytes
/
index.html
1
2
<!DOCTYPE html><html lang="en"><head contenteditable="true"><title>Live pages</title><link rel="stylesheet" href="live.css"><meta name="viewport" content="width=device-width, initial-scale=1"></head><body contenteditable="true"><h1>Live pages</h1><p>I've tried to stick to <a href="http://sergeykish.com/live-pages">original concept</a> as far as I could. One complication - I want to serve <code>application/xhtml+xml</code>, so I have to store it. I've selected <code>xattr</code>, as it can't be stored in git repo it should be reset:</p><pre>$ ./setmime text/css live.css</pre><p>Otherwise modern browsers refuse to apply it.
</p><p>As for UI I use bookmarklets, Firefox has bookmarklet shortcuts. The only disadvantage is bookmarks toolbar displayed on every page. <kbd><kbd>Shift</kbd>+<kbd>Ctrl</kbd>+<kbd>B</kbd>.</kbd></p></body></html>