mirror of
1
0
Fork 0
ultimate-vim/sources_non_forked/rainbow/tests/test.html

23 lines
267 B
HTML

<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>