|
@@ -0,0 +1,28 @@
|
|
|
+<!doctype html>
|
|
|
+<html lang="en">
|
|
|
+<head>
|
|
|
+ <meta charset="utf-8"/>
|
|
|
+
|
|
|
+ <title>Hello YAML</title>
|
|
|
+ <meta name="description" content=""/>
|
|
|
+ <meta name="author" content="talha131"/>
|
|
|
+
|
|
|
+ <!-- mobile viewport optimisation -->
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
+
|
|
|
+ <!-- stylesheets -->
|
|
|
+ <link rel="stylesheet" href="central.css" type="text/css"/>
|
|
|
+
|
|
|
+ <!--[if lte IE 7]>
|
|
|
+ <link rel="stylesheet" href="yaml/core/iehacks.min.css" type="text/css"/>
|
|
|
+ <![endif]-->
|
|
|
+
|
|
|
+ <!-- To enable Internet Explorer 6-8 to render HTML5 elements correctly -->
|
|
|
+ <!--[if lt IE 9]>
|
|
|
+ <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
|
|
+ <![endif]-->
|
|
|
+</head>
|
|
|
+<body>
|
|
|
+ ...
|
|
|
+</body>
|
|
|
+</html>
|