mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-12 03:05:12 +00:00
16 lines
241 B
HTML
16 lines
241 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
</head>
|
|
<body>
|
|
<script>
|
|
console.log('this should be deleted');
|
|
</script>
|
|
|
|
<script>
|
|
console.log('so should this');
|
|
</script>
|
|
|
|
<script src="attributes-are-preserved.js"></script>
|
|
</body>
|
|
</html> |