changed the loading function by a custom html element

This commit is contained in:
asus
2023-10-31 19:05:24 +01:00
parent 2d1a84eff6
commit ebb7279644
9 changed files with 463 additions and 97 deletions

View File

@@ -0,0 +1,18 @@
<p part="title"><slot name="second_paragraph">default test_2.html</slot></p>
<style>
h1 {
font-size: 2em;
font-family: monospace;
color: blue;
}
p {
border-left: 3px solid blue;
padding-left: 1em;
}
p {
/*
background-color: lightblue;
*/
}
</style>