Re-ordered the elements in the <head> section.
This commit is contained in:
parent
9e16d42be1
commit
436b8a701f
1 changed files with 3 additions and 4 deletions
|
@ -2,13 +2,12 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Convertorizr - Convert whatever you want!</title>
|
||||
<base href="/">
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||
<!-- sha256sum: b67da665e68244f0009b1217a9c126c1377de6ec20b934d1d90b001e16571e6b -->
|
||||
<script>document.getElementsByTagName('base')[0].setAttribute('href', window.location.pathname);</script>
|
||||
<title>Convertorizr - Convert whatever you want!</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Convert it all</h1>
|
||||
|
|
Loading…
Reference in a new issue