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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « hello/web/index.css ('k') | runtime/Dockerfile » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <link rel='stylesheet' href='index.css'>
5 </head>
6 <body>
7 <h1>Hello from Dart server</h1>
8 <p><a href='/version'>Server version</a></p>
9 </body>
10 </html>
OLDNEW
« 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