2023-05-17 10:16:15 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="content/main_text/test.css">
|
|
|
|
|
|
|
|
|
|
<div id="example">This is a sentence.</div>
|
2023-10-26 14:14:19 +00:00
|
|
|
<button onclick="h()">JE</button>
|
2023-05-17 10:16:15 +00:00
|
|
|
<script>
|
2023-10-26 14:14:19 +00:00
|
|
|
window.sight.console("This appear in the console from the content/main_text. The content files reach the window.sight.")
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
|
|
|
|
|
window.sight.console("2")
|
|
|
|
|
function h(){
|
|
|
|
|
alert("hello2")
|
|
|
|
|
}
|
2023-05-17 10:16:15 +00:00
|
|
|
</script>
|