mirror of
https://github.com/swc-project/swc.git
synced 2024-12-29 16:42:28 +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> |