File tree Expand file tree Collapse file tree
packages/ecc-client-elixir-ro-crate Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,3 +35,5 @@ yarn-error.log*
3535
3636# vercel
3737.vercel
38+
39+ .idea
Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="en-GB ">
3+ < head >
4+ < meta charset ="utf-8 " />
5+ < style >
6+ body {
7+ background : # fafafa ;
8+ }
9+ </ style >
10+ </ head >
11+ < title > ecc-client-elixir-ro-crate</ title >
12+ < body >
13+ < div id ="demo "> </ div >
14+
15+ < script type ="module ">
16+ import { html , render } from "lit" ;
17+ import "../../dist/components/about/index.js" ;
18+
19+ render (
20+ html `< ecc-client-elixir-ro-crate-about
21+
22+ /> ` ,
23+ document . querySelector ( "#demo" )
24+ ) ;
25+ </ script >
26+ </ body >
27+ </ html >
Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="en-GB ">
3+ < head >
4+ < meta charset ="utf-8 " />
5+ < style >
6+ body {
7+ background : # f5f5f5 ;
8+ }
9+ </ style >
10+ < title > ecc-client-elixir-ro-crate</ title >
11+ < script src ="https://cdn.tailwindcss.com "> </ script >
12+ </ head >
13+ < body >
14+ < div class ="p-10 ">
15+ < a href ="./about " class ="text-blue-500 "> About</ a >
16+ < br />
17+ </ div >
18+ </ body >
19+ </ html >
You can’t perform that action at this time.
0 commit comments