6 lines
209 B
HTML
6 lines
209 B
HTML
|
|
<!-- The content below will be included at the end of the <head> element. -->
|
||
|
|
<script type="text/javascript">
|
||
|
|
document.addEventListener("DOMContentLoaded", function () {
|
||
|
|
// your code here
|
||
|
|
});
|
||
|
|
</script>
|