FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
uhtml/test/node.html at types-again · WebReflection/uhtml · GitHub
WebReflection
/
uhtml
Public
Notifications
You must be signed in to change notification settings
Fork
52
Star
1.1k
Code
Issues
9
Pull requests
4
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
uhtml
/
test
/
node.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
14 lines (14 loc) · 373 Bytes
Breadcrumbs
uhtml
/
test
/
node.html
Copy path
File metadata and controls
14 lines (14 loc) · 373 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html
>
<
html
lang
="
en
"
>
<
head
>
<
meta
charset
="
UTF-8
"
>
<
meta
name
="
viewport
"
content
="
width=device-width,initial-scale=1.0
"
>
<
title
>
uhtml
</
title
>
<
script
type
="
module
"
>
import
{
html
}
from
'../node.js'
;
var
cssText
=
"p { font-weight: bold; }"
;
var
result
=
html
`
<
style
>
${
cssText
}
</
style
>
`
;
console
.
log
(
result
)
;
</
script
>
</
head
>
</
html
>
Back
|
FazBrowse Home
|
New Git URL