spacevim/bundle/rainbow/tests/test.html

23 lines
267 B
HTML
Raw Normal View History

2024-08-21 14:17:26 +08:00
<html>
<head>
<style>
h1 {color:red;}
p {color:blue;}
</style>
</head>
<body>
<div>
<img />
(1 + (2 + 3))
</div>
<script>
var foo = true;
if (foo) {
alert("hey");
}
</script>
</body>
</html>