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
<link rel="stylesheet" media="all and (orientation:portrait)" | |
href="portrait.css"> | |
<link rel="stylesheet" media="all and (orientation:landscape)" | |
href="landscape.css"> |
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 manifest="index.appcache"> <!-- HTML5 offline storage --> | |
<head> | |
<title>Title of this web page</title> | |
<!-- Technical Formating Meta Tags --> | |
<meta http-equiv="content-type" content="charset=utf-8"> | |
<meta http-equiv="content-language" content="en-gb"> | |
<!-- Authoring Meta Tags --> | |
<meta name="author" content="Author Name"> | |
<meta name="publisher" content="Publisher Name"> |