This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<Page id="body"> | |
<skip hidden="true"></skip> | |
<header></header> | |
<main></main> | |
<footer></footer> | |
</Page> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge;chrome=1"> | |
<meta name="description" content="Tutorials for head first development"> | |
<meta name="author" content="Eric Hollbach"> | |
<title>Sourced In </title> | |
<!-- Todo link og:fb to me ! --> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset ... blah blah chrome=1 IE=stupid blah blah blah fallbacks | |
</head> | |
<!-- Use semantic headings and structure --> | |
<body style> | |
<!-- Have no JS fallbacks and use sane JS script placement --> |