diff options
Diffstat (limited to 'header')
-rw-r--r-- | header | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,9 +1,10 @@ <html> - <header> + <head> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <link href="retro.css" media="screen, projection" rel="stylesheet" type="text/css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.3.5/jquery.fancybox.min.css" /> <script src="https://code.jquery.com/jquery-3.3.1.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.3.5/jquery.fancybox.min.js"></script> - </header> -<body> + </head> + <body> + <content> |