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

Side by Side Diff: ui/webui/resources/cr_elements/v1_0/demo_page.html

Issue 1406023003: Elim cr_elements/v1_0 subdirectory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 2 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
OLDNEW
(Empty)
1 <!doctype html>
2
3 <!-- Demo page for cr-elements. Add new elements to demo_elements.html to -->
4 <!-- view them and test their interactions with other elements. -->
5 <!-- To view this page, navigate to: -->
6 <!-- chrome://resources/cr_elements/v1_0/demo_page.html -->
7
8 <html>
9
10 <head>
11 <script src="demo_config.js"></script>
12 <link href="demo_element.html" rel="import" >
13 </head>
14
15 <body>
16 <h1>cr-elements</h1>
17 <cr-demo-element></cr-demo-element>
18 </body>
19
20 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698