mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-02 09:18:52 +00:00
13 lines
313 B
HTML
13 lines
313 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head> </head>
|
|
<body>
|
|
<template id="template">
|
|
<div id="templatediv">Hello template!</div>
|
|
<script>
|
|
// I shouldn't be run.
|
|
window.templateScriptRan = true;
|
|
</script>
|
|
</template>
|
|
</body>
|
|
</html>
|