bb52288882
Not ready to submit. R=reed@google.com Review URL: https://codereview.chromium.org/16904003 git-svn-id: http://skia.googlecode.com/svn/trunk@9639 2bbb7eff-a529-9590-31e7-b0007b416f81
24 lines
526 B
HTML
24 lines
526 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<!--
|
|
Copyright 2013 Google Inc.
|
|
|
|
Use of this source code is governed by a BSD-style license that can be
|
|
found in the LICENSE file.
|
|
-->
|
|
<head>
|
|
<title>Skia Native Client Apps</title>
|
|
</head>
|
|
<body>
|
|
<h1>Skia Native Client Apps</h1>
|
|
<p>
|
|
<ul>
|
|
<li><a href="skhello">Skia Hello World</a></li>
|
|
<li><a href="tests">Skia Unit Tests</a></li>
|
|
<li><a href="debugger">Skia Debugger</a></li>
|
|
<li><a href="SampleApp">Skia Sample App</a></li>
|
|
</ul>
|
|
</p>
|
|
</body>
|
|
</html>
|