mirror of
https://github.com/swc-project/swc.git
synced 2024-12-23 13:51:19 +03:00
15 lines
180 B
HTML
15 lines
180 B
HTML
|
<!doctype html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<title>Document</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div>test</div>
|
||
|
<style>
|
||
|
// Comment
|
||
|
a {
|
||
|
color: red;
|
||
|
}
|
||
|
</style>
|
||
|
</body>
|
||
|
</html>
|