mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-03 23:09:17 -05:00
22 lines
843 B
HTML
Executable file
22 lines
843 B
HTML
Executable file
<html>
|
|
<head>
|
|
<title>Example</title>
|
|
|
|
<!-- Prevent Mobile Zooming -->
|
|
<meta content='True' name='HandheldFriendly' />
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, initial-scale=1.0, user-scalable=no">
|
|
|
|
<!-- Prevent Tap Highlight on Windows 8 -->
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="msapplication-tap-highlight" content="no"/>
|
|
|
|
<link rel="stylesheet" type="text/css" href="example.css">
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Scroll Me and Watch Your Console</h1>
|
|
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
|
|
<script src="build.js"></script>
|
|
</body>
|
|
</html>
|