mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
12 lines
131 B
HTML
12 lines
131 B
HTML
|
<div class="container">content</div>
|
||
|
|
||
|
<script>
|
||
|
let counter = 0;
|
||
|
</script>
|
||
|
|
||
|
<style>
|
||
|
.container {
|
||
|
padding: 8px;
|
||
|
}
|
||
|
</style>
|