1
0
Fork 0

docs: Dateien zum Polymer-Artikel in Ausgabe 17/04

This commit is contained in:
Marcus Fihlon 2025-05-25 10:08:16 +02:00
parent d0d5280021
commit 1d7a5a6c59
Signed by: McPringle
GPG key ID: C6B7F469EE363E1F
6 changed files with 140 additions and 0 deletions

12
1704-polymer/index.html Normal file
View 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>