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

Unified Diff: src/site/docs/getting-started/index.html

Issue 10788006: new site (Closed) Base URL: https://code.google.com/p/dartlang-site/@master
Patch Set: final patch Created 8 years, 5 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 | « src/site/docs/getting-started/class.html ('k') | src/site/docs/getting-started/interface.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/site/docs/getting-started/index.html
diff --git a/src/site/docs/getting-started/index.html b/src/site/docs/getting-started/index.html
deleted file mode 100644
index 113585ef625ded0eda6360ec464528438d5b3371..0000000000000000000000000000000000000000
--- a/src/site/docs/getting-started/index.html
+++ /dev/null
@@ -1,37 +0,0 @@
----
-layout: default
-title: "Tutorial: Dartboard & Language Basics"
-header:
- css: ["/css/dartboard.css"]
----
-<h1> {{ page.title }} </h1>
-
-<section>
-<p>
-Follow this tutorial
-to modify and run small Dart programs
-inside your browser window,
-using the Dartboard app.
-</p>
-</section>
-
-{% comment %}
-NOTE: The guts of this page are in /_includes/docs/getting-started/.
-{% endcomment %}
-{% include docs/getting-started/_world.html %}
-
-<section>
-
-<p>
-The next page introduces classes in the Dart language.
-</p>
-
-<section id="start-here">
- <a href="class.html">Next: Classes</a>
-</section>
-
-</section>
-
-<script async type="text/javascript"
- src="http://try.dartlang.org/dartboard.dart.app.js">
-</script>
« no previous file with comments | « src/site/docs/getting-started/class.html ('k') | src/site/docs/getting-started/interface.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698