Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -31,7 +31,7 @@
|
|
31 |
var a = document.createElement('div');
|
32 |
var linkText = document.createTextNode(linkzz);
|
33 |
a.appendChild(linkText);
|
34 |
-
a.
|
35 |
a.title = linkzz;
|
36 |
a.href = linkzz;
|
37 |
document.getElementById("in_html").appendChild(a);
|
|
|
31 |
var a = document.createElement('div');
|
32 |
var linkText = document.createTextNode(linkzz);
|
33 |
a.appendChild(linkText);
|
34 |
+
a.class = "link_class";
|
35 |
a.title = linkzz;
|
36 |
a.href = linkzz;
|
37 |
document.getElementById("in_html").appendChild(a);
|