You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2012/10/06 13:48:45 UTC

svn commit: r1395011 - /incubator/flex/site/trunk/templates/flex_header.mdtext

Author: erikdebruin
Date: Sat Oct  6 11:48:44 2012
New Revision: 1395011

URL: http://svn.apache.org/viewvc?rev=1395011&view=rev
Log:
Working on the new Flex project site.

Added:
    incubator/flex/site/trunk/templates/flex_header.mdtext

Added: incubator/flex/site/trunk/templates/flex_header.mdtext
URL: http://svn.apache.org/viewvc/incubator/flex/site/trunk/templates/flex_header.mdtext?rev=1395011&view=auto
==============================================================================
--- incubator/flex/site/trunk/templates/flex_header.mdtext (added)
+++ incubator/flex/site/trunk/templates/flex_header.mdtext Sat Oct  6 11:48:44 2012
@@ -0,0 +1,19 @@
+<!-- start header -->
+
+<!DOCTYPE html>
+
+<html>
+<head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+    <title>Apache Flex SDK</title>
+
+    <link href="/flex/css/flex_again.css" rel="stylesheet" type="text/css">
+
+</head>
+
+<body>
+  
+    <h1>{% block title %}{{ headers.title }}{% endblock %}</h1>
+
+<!-- end header -->
\ No newline at end of file