mirror of
https://github.com/jlengrand/polymer-3-example.git
synced 2026-03-10 08:41:21 +00:00
12 lines
195 B
HTML
12 lines
195 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
</head>
|
|
<body>
|
|
<script type="module" src="./test-element.js"></script>
|
|
<h1>A heading</h1>
|
|
<test-element></test-element>
|
|
|
|
</body>
|
|
</html>
|