We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 515181f commit 1904e66Copy full SHA for 1904e66
index.html
@@ -16,6 +16,7 @@
16
<meta charset="utf-8">
17
<title>JavaScript MD5 Demo</title>
18
<meta name="description" content="JavaScript MD5 implementation.">
19
+<meta name="viewport" content="width=device-width">
20
<link rel="stylesheet" href="http://blueimp.github.com/cdn/css/bootstrap.min.css">
21
<style>body{padding-top:60px;}</style>
22
<link rel="stylesheet" href="http://blueimp.github.com/cdn/css/bootstrap-responsive.min.css">
test/index.html
@@ -15,6 +15,7 @@
15
<head>
<title>JavaScript MD5 Test</title>
<link rel="stylesheet" href="http://blueimp.github.com/cdn/css/mocha.min.css">
</head>
<body>
0 commit comments