You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

39 lines
1.0 KiB

<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Test File</title>
<style>
h1 {
font-size: 36px;
font-family: Avenir Next;
font-weight: 100;
margin: 0;
}
h3 {
font-size: 20px;
font-family: Avenir Next;
font-weight: 300;
margin: 0;
}
</style>
</head>
<body>
<template id="tpl">
<h1>{{text}} Template</h1>
</template>
<div id="main">
<custom-header text="Wassup"></custom-header>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/1.0.17/custom-elements-es5-adapter.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/1.0.17/webcomponents-loader.js"></script>
<script src="https://code.jquery.com/jquery-3.2.1.js" integrity="sha256-DZAnKJ/6XZ9si04Hgrsxu/8s717jcIzLy3oi35EouyE=" crossorigin="anonymous"></script>
<script src="/dist/index.js" type="text/javascript"></script>
</body>
</html>