Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(109)

Unified Diff: tools/md_browser/header.html

Issue 1356203004: Check in a simple pure-python based Markdown previewer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@add
Patch Set: fix license file Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/md_browser/footer.html ('k') | tools/md_browser/md_browser.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/md_browser/header.html
diff --git a/tools/md_browser/header.html b/tools/md_browser/header.html
new file mode 100644
index 0000000000000000000000000000000000000000..939eb943dc4135a53aad532fb8e9d4beceac37da
--- /dev/null
+++ b/tools/md_browser/header.html
@@ -0,0 +1,7 @@
+<!DOCTYPE HTML PUBLIC "-//W3CDTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html class="doc-page">
+<head>
+<link rel="stylesheet" type="text/css" href="/doc.css" />
+</head>
+<body>
+<div class="doc">
« no previous file with comments | « tools/md_browser/footer.html ('k') | tools/md_browser/md_browser.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698