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

Unified Diff: hello/web/index.html

Issue 367903008: Create a set of Dart dockerfiles (Closed) Base URL: https://github.com/dart-lang/dart_docker.git@master
Patch Set: Update Dart version and dart-hello readme Created 6 years, 4 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 | « hello/web/index.css ('k') | runtime/Dockerfile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: hello/web/index.html
diff --git a/hello/web/index.html b/hello/web/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..f5a77dece6e4ac6e1d106f78172cb556809851ec
--- /dev/null
+++ b/hello/web/index.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <link rel='stylesheet' href='index.css'>
+</head>
+<body>
+ <h1>Hello from Dart server</h1>
+ <p><a href='/version'>Server version</a></p>
+</body>
+</html>
« no previous file with comments | « hello/web/index.css ('k') | runtime/Dockerfile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698