Skip to content

Commit 0521c05

Browse files
committed
Tidy up HTML meta tags in amiusing page
1 parent 7ea2059 commit 0521c05

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/amiusing.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<meta charset="UTF-8">
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
56
<link rel='shortcut icon' type='image/x-icon' href='/favicon.ico' />
67
<script type="application/json" id="amiusing">
78
{ "amiusing": true }
89
</script>
910
<title>
1011
Are you using HTTP Toolkit? Yes!
11-
</title>
12-
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
12+
</title>>
1313
<style>
1414
html {
1515
height: 100%;

0 commit comments

Comments
 (0)