GoogleChrome / GoogleChrome/samples
Basic Example.html
Open
- Dominant language
- JavaScript
- Stars
- 5.9k
- Forks
- 2.4k
- Avg merge
- 24m
- Merged PRs (30d)
- 2
Description
Html Test
button
{
background: red;
color:white;
border: none;
padding:10px;
border-radius:10px;
}
Button1
Button2
console.log("Hello");
setTimeout(function()
{
document.getElementById("btn").innerHTML = "Button3";
}
,2000);
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.