Fixed HTML headers
This commit is contained in:
parent
29e8e2c82b
commit
5fbf83fa09
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,11 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>MiiFox's little language</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="robots" content="max-snippet:-1, max-image-preview:large, max-video-preview:-1">
|
||||
<meta http-equiv="Cache-control" content="no-cache, max-age=64800">
|
||||
<link rel="shortcut icon" type="image/png" href="favicon.png">
|
||||
<style>
|
||||
body{
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in a new issue