mirror of
https://github.com/silicoflare/silicoflare-website.git
synced 2026-05-26 12:09:53 +05:30
ccc
This commit is contained in:
@@ -6,7 +6,7 @@ var b = document.body;
|
||||
|
||||
var temp = document.createElement("h1");
|
||||
temp.innerHTML = "This is a heading!!";
|
||||
b.append(temp);
|
||||
b.innerHTML = temp;
|
||||
|
||||
temp = document.createElement("h2");
|
||||
temp.innerHTML = 'Welcome!!';
|
||||
|
||||
Reference in New Issue
Block a user