mirror of
https://github.com/swc-project/swc.git
synced 2024-12-23 05:32:09 +03:00
26 lines
327 B
HTML
26 lines
327 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Document</title>
|
|
</head>
|
|
<body>
|
|
<style type="text/css">
|
|
a {
|
|
color: red;
|
|
}
|
|
</style>
|
|
<style type="TEXT/CSS">
|
|
a {
|
|
color: red;
|
|
}
|
|
</style>
|
|
<style>
|
|
a {
|
|
color: red;
|
|
}
|
|
</style>
|
|
<style type="not/css">
|
|
K e E p
|
|
</style>
|
|
</body>
|
|
</html> |