mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-19 01:27:18 -04:00
Update changelog.html
This commit is contained in:
parent
ea8cf27c22
commit
1ab1a25ec4
@ -33,26 +33,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<!--
|
|
||||||
<script>
|
|
||||||
var i = 0;
|
|
||||||
function changeSubText(){
|
|
||||||
var subText = document.getElementById("subText");
|
|
||||||
var verText = document.getElementById("verText");
|
|
||||||
if (i == 0) {
|
|
||||||
subText.style.textShadow = "2px 2px 2px green";
|
|
||||||
verText.style.textShadow = "2px 2px 2px orange";
|
|
||||||
i = 1;
|
|
||||||
} else {
|
|
||||||
subText.style.textShadow = "2px 2px 2px transparent";
|
|
||||||
verText.style.textShadow = "2px 2px 2px transparent";
|
|
||||||
i = 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
window.setInterval(changeSubText, 100);
|
|
||||||
</script>
|
|
||||||
-->
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!--
|
<!--
|
||||||
|
Loading…
x
Reference in New Issue
Block a user