yasir
commited on
Commit
•
bfa8095
1
Parent(s):
7a1189b
Update index.html
Browse files- index.html +10 -2
index.html
CHANGED
@@ -439,8 +439,16 @@ margin: auto;
|
|
439 |
<div id="imshow">
|
440 |
<p>Your Generarted Arts Will appear Here</p>
|
441 |
</div>
|
442 |
-
|
443 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
444 |
<script src="script.js"></script>
|
445 |
|
446 |
<script>document.getElementById('ow').onclick = ()=>{
|
|
|
439 |
<div id="imshow">
|
440 |
<p>Your Generarted Arts Will appear Here</p>
|
441 |
</div>
|
442 |
+
<style>
|
443 |
+
#os{
|
444 |
+
color:'white';
|
445 |
+
}
|
446 |
+
#oss{
|
447 |
+
color:'cyan'
|
448 |
+
|
449 |
+
}
|
450 |
+
</style>
|
451 |
+
<p id="os">Official / permanent site : <a id="oss">official website </a></p>
|
452 |
<script src="script.js"></script>
|
453 |
|
454 |
<script>document.getElementById('ow').onclick = ()=>{
|