Changed: DB Params
This commit is contained in:
19
templ/generator/test-raw-elements/expected.html
Normal file
19
templ/generator/test-raw-elements/expected.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<html>
|
||||
<head></head>
|
||||
<body>
|
||||
<style><!-- Some stuff --></style>
|
||||
<style>
|
||||
.customClass {
|
||||
border: 1px solid black;
|
||||
}
|
||||
</style>
|
||||
<script>
|
||||
$("div").marquee();
|
||||
function test() {
|
||||
window.open("https://example.com")
|
||||
}
|
||||
</script>
|
||||
<h1>Hello</h1>
|
||||
<div>World</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user