We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ea2059 commit 0521c05Copy full SHA for 0521c05
src/amiusing.html
@@ -1,15 +1,15 @@
1
<!DOCTYPE html>
2
<html>
3
<head>
4
- <meta charset="UTF-8">
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
6
<link rel='shortcut icon' type='image/x-icon' href='/favicon.ico' />
7
<script type="application/json" id="amiusing">
8
{ "amiusing": true }
9
</script>
10
<title>
11
Are you using HTTP Toolkit? Yes!
- </title>
12
- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+ </title>>
13
<style>
14
html {
15
height: 100%;
0 commit comments