mand-mobile/docs/examples/index.html

28 lines
1.5 KiB
HTML
Raw Permalink Normal View History

2023-02-02 11:12:53 +08:00
<!DOCTYPE html><html><head>
<title>Mand Mobile</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover">
<meta name="format-detection" content="telephone=no,email=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-touch-fullscreen" content="yes">
<link rel="icon" href="//static.galileo.xiaojukeji.com/static/tms/other/mand-mobile-logo.png" type="image/x-icon">
<link rel="stylesheet" href="//manhattan.didistatic.com/static/manhattan/mand/pace.css">
<link rel="stylesheet" href="//manhattan.didistatic.com/static/manhattan/mand/fade-in-left-big.css">
<style>
*{margin:0;padding:0;list-style:0;-webkit-touch-callout:none;}
html{touch-action: manipulation;background:#f3f4f5;}
</style>
<link rel="stylesheet" href="/mand-mobile/examples/mand-mobile-example.css">
</head>
<body>
<div id="app"></div>
<script src="//img6.didistatic.com/static/tms/cdn/z/zepto/zepto/1.0.1/zepto.min.js"></script>
<script src="//manhattan.didistatic.com/static/manhattan/mand/pace.js"></script>
<script src="//manhattan.didistatic.com/static/manhattan/mand/jquery.lettering.js"></script>
<script src="//manhattan.didistatic.com/static/manhattan/mand/jquery.textillate.js"></script>
<!-- built files will be auto injected -->
<script type="text/javascript" src="/mand-mobile/examples/mand-mobile-example.js"></script>
</body></html>