docs: Dateien zum Polymer-Artikel in Ausgabe 17/04
This commit is contained in:
parent
d0d5280021
commit
1d7a5a6c59
6 changed files with 140 additions and 0 deletions
12
1704-polymer/index.html
Normal file
12
1704-polymer/index.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>Bookworm</title>
|
||||
<script src="bower_components/webcomponentsjs/webcomponents-lite.js"></script>
|
||||
<link rel="import" href="bookworm_components/bookworm-search/bookworm-search.html" />
|
||||
</head>
|
||||
<body>
|
||||
<bookworm-search></bookworm-search>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue