Skip to content

Commit e38b79b

Browse files
committed
Add test files.
1 parent 28a9c80 commit e38b79b

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<html lang="en">
2+
<head>
3+
<title>Hello CSS</title>
4+
<style>
5+
body {color: black;}
6+
</style>
7+
<style>
8+
h1 {color: red;}
9+
</style>
10+
</head>
11+
12+
<body>
13+
<h1>Hello, world</h1>
14+
</body>
15+
</html>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<h1>Hello, world</h1>

0 commit comments

Comments
 (0)