mirror of
https://github.com/jimeh/PastryKit.git
synced 2026-02-19 10:56:44 +00:00
27 lines
925 B
HTML
27 lines
925 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
|
<html manifest="cache.manifest">
|
|
|
|
<head>
|
|
<title>PastryKit Demo (iPhone User Guide)</title>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
|
|
|
<link rel="apple-touch-icon" href="images/icon.png">
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<link rel="apple-touch-startup-image" href="images/startupimage.png">
|
|
|
|
<!-- PastryKit -->
|
|
<link rel="stylesheet" href="dist/PastryKit-compressed.css">
|
|
<script type="text/javascript" src="dist/PastryKit.js" charset="utf-8"></script>
|
|
|
|
<!-- Our logic and style -->
|
|
<link rel="stylesheet" href="style/stylesheet.css">
|
|
<script type="text/javascript" src="javascript.js" charset="utf-8"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
</body>
|
|
|
|
</html> |