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>
42 lines
1.6 KiB
HTML
42 lines
1.6 KiB
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. -->
|
|
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Swarm</title>
|
|
<!-- This tag improves the experience on mobile browsers. -->
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
|
|
<!-- These tags improve web apps on ios. -->
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
|
|
<link rel="icon" type="image/png" href="favicon.png">
|
|
|
|
<link rel="stylesheet" type="text/css" href="swarm.css"/>
|
|
</head>
|
|
<body>
|
|
<div id="appSplash">
|
|
<div class="splash">
|
|
<div class="splashImg"></div>
|
|
<!-- From http://www.flickr.com/photos/jimmybrown/4041963981
|
|
under CC-BY-2.0 license 2011-09-21
|
|
modified with "convert -level 0%,90% -quality 70". -->
|
|
</div>
|
|
<div class="header">
|
|
<div class="title">
|
|
Swarm
|
|
</div>
|
|
</div>
|
|
<div class="footer">
|
|
<a href="http://www.flickr.com/photos/jimmybrown/4041963981/">photo by jimmybrown</a> under <a href="http://creativecommons.org/licenses/by/2.0/deed.en">CC-BY-2.0</a> on 2011-09-21, contrast and encoding modified
|
|
</div>
|
|
</div>
|
|
|
|
<div style="display:none">
|
|
<script type="application/dart" src="swarm.dart"></script>
|
|
</div>
|
|
<script src="http://dart.googlecode.com/svn/branches/bleeding_edge/dart/client/dart.js"></script>
|
|
</body>
|
|
</html>
|