We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fb1399 commit c0666d2Copy full SHA for c0666d2
index.html
@@ -8,7 +8,12 @@
8
<title>UI elements</title>
9
</head>
10
<body>
11
- <a href="./image-zoomer/">Episode 1. Image Zoomer</a>
12
- <a href="./swipeable-cards/">Episode 2. Swipeable Cards</a>
+ <h1>UI Element Samples</h1>
+ <ul>
13
+ <li><a href="./image-zoomer/">Episode 1. Image Zoomer</a></li>
14
+ <li><a href="./swipeable-cards/">Episode 2. Swipeable Cards</a></li>
15
+ </ul>
16
+
17
+ <a href="https://github.com/googlechrome/ui-element-samples">See the source</a>
18
</body>
19
</html>
0 commit comments