17972ddce5
be a customer facing app sample. Bug: None Change-Id: I94944d4d5677b08eaf6c27ecf26e8503d8eae38f Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/255255 Reviewed-by: Sigmund Cherem <sigmund@google.com> Reviewed-by: Jonas Termansen <sortie@google.com> Commit-Queue: Michael Thomsen <mit@google.com>
18 lines
675 B
HTML
18 lines
675 B
HTML
<!-- Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
|
|
for details. All rights reserved. Use of this source code is governed by a
|
|
BSD-style license that can be found in the LICENSE file. -->
|
|
|
|
<!-- TODO(jimhug): Care about appearance. -->
|
|
<html>
|
|
<body>
|
|
<h1>Run the official app <a href='swarm-js.html'>swarm-js.html</a></h1>
|
|
|
|
<h2>Or pick an experimental version from below</h2>
|
|
{% for file in files %}
|
|
<div><a href="{{file.filename}}">{{file.filename}}</a>
|
|
uploaded on {{file.date}} by {{file.author.nickname}}</div>
|
|
{% endfor %}
|
|
<p>If you want to upload your own fake feed, click <a href="/upload">here</a>.
|
|
</body>
|
|
</html>
|