mirror of
https://github.com/Hopiu/djLint.git
synced 2026-03-19 23:00:24 +00:00
14 lines
169 B
HTML
14 lines
169 B
HTML
<html>
|
|
<head>
|
|
<style>
|
|
body {}
|
|
|
|
div {}
|
|
</style>
|
|
</head>
|
|
<script>
|
|
let a;
|
|
|
|
let b;
|
|
</script>
|
|
</html>
|