Skip to content

Instantly share code, notes, and snippets.

View samuelfine's full-sized avatar
🎛️

Samuel Fine samuelfine

🎛️
  • Grand Rapids, Michigan
  • 22:31 (UTC -04:00)
View GitHub Profile
@samuelfine
samuelfine / index.htm
Created March 3, 2015 19:24
Ultra-basic HTML5 skeleton
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
</body>
</html>
@samuelfine
samuelfine / index.html
Created May 11, 2012 15:23
Mobile Web App Skeleton
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="apple-touch-icon-precomposed" href="ICON_WITHOUT_GLOSS.png">
<link rel="apple-touch-icon" href="ICON_WITH_GLOSS.png">
<link rel="apple-touch-startup-image" href="HOMESCREEN_SPLASH.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default OR black OR black-translucent">