Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
| #!/bin/bash | |
| # | |
| # | |
| # RunCloud installer script for server AlmarDental Production (103.101.163.205) | |
| # Do not use in other server | |
| OSNAME=`lsb_release -s -i` | |
| OSVERSION=`lsb_release -s -r` | |
| OSCODENAME=`lsb_release -s -c` |
| <html> | |
| <head> | |
| <script src="https://code.jquery.com/jquery-3.0.0-alpha1.js"></script> | |
| </head> | |
| <body> | |
| <ul id="characters-list"></ul> | |
| <script> | |
| var sheetsuUrl = "https://sheetsu.com/apis/v1.0/020b2c0f"; |
| <html> | |
| <title>Click-jacking on Amazon.com</title> | |
| <head> | |
| <style type="text/css"> | |
| body { | |
| background-color: #fafafa; | |
| } | |
| a { | |
| color:rgb(228, 121, 17); |
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
| <html> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
| <title>Single-Column Responsive Email Template</title> | |
| <style> | |
| @media only screen and (min-device-width: 541px) { | |
| .content { |
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
| <!doctype html> | |
| <!-- http://taylor.fausak.me/2015/01/27/ios-8-web-apps/ --> | |
| <html> | |
| <head> | |
| <title>iOS 8 web app</title> | |
| <!-- CONFIGURATION --> |
| #301 Redirects for .htaccess | |
| #Redirect a single page: | |
| Redirect 301 /pagename.php http://www.domain.com/pagename.html | |
| #Redirect an entire site: | |
| Redirect 301 / http://www.domain.com/ | |
| #Redirect an entire site to a sub folder | |
| Redirect 301 / http://www.domain.com/subfolder/ |
| From: Chris DeSalvo <[email protected]> | |
| Subject: Why we can't process Emoji anymore | |
| Date: Thu, 12 Jan 2012 18:49:20 -0800 | |
| Message-Id: <[email protected]> | |
| --Apple-Mail=_6DEAA046-886A-4A03-8508-6FD077D18F8B | |
| Content-Transfer-Encoding: quoted-printable | |
| Content-Type: text/plain; | |
| charset=utf-8 |