mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-29 02:57:17 +02:00
15 lines
245 B
HTML
15 lines
245 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>
|