Skip to content

Commit ee82046

Browse files
committed
Moved meta-charset before the title.
1 parent fb9661f commit ee82046

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css3-layout/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<html lang=en>
44
<head
55
profile="http://microformats.org/profile/hcard http://microformats.org/wiki/rel-license">
6-
<title>CSS Grid Template Layout Module</title>
76
<meta content="text/html; charset=utf-8" http-equiv=content-type>
7+
<title>CSS Grid Template Layout Module</title>
88
<link href="../default.css" rel=stylesheet type="text/css">
99

1010
<style type="text/css">

0 commit comments

Comments
 (0)