mirror of
https://github.com/lucaspalomodevelop/JSSTE-examples.git
synced 2026-03-16 01:24:35 +00:00
24 lines
397 B
Plaintext
24 lines
397 B
Plaintext
<!--example html-->
|
|
|
|
<!--<[:startpage:]>-->
|
|
|
|
<html>
|
|
<head>
|
|
<title>Template Example</title>
|
|
</head>
|
|
<body>
|
|
<h1><[a]></h1>
|
|
<p><[c]></p>
|
|
<p><[b]></p>
|
|
<p><[js$Date]></p>
|
|
<p><[js$TimeStemp]></p>
|
|
<p> root: <[root]></p>
|
|
<p><[Base_Date]></p>
|
|
<p>Kommentar: <[//]></p>
|
|
<script>
|
|
let c = "<[c]>";
|
|
console.log(c);
|
|
</script>
|
|
</body>
|
|
</html>
|