mirror of
https://github.com/Hopiu/djLint.git
synced 2026-04-16 11:30:58 +00:00
15 lines
169 B
HTML
15 lines
169 B
HTML
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<style>
|
||
|
|
body {}
|
||
|
|
|
||
|
|
div {}
|
||
|
|
</style>
|
||
|
|
</head>
|
||
|
|
<script>
|
||
|
|
let a;
|
||
|
|
|
||
|
|
let b;
|
||
|
|
</script>
|
||
|
|
</html>
|