Skip to content

Commit 11920ac

Browse files
committed
init
0 parents  commit 11920ac

File tree

2 files changed

+110
-0
lines changed

2 files changed

+110
-0
lines changed

test.html

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<meta charset="utf-8">
6+
<title>test</title>
7+
</head>
8+
9+
<body>
10+
<object data="./test.svg" type="image/svg+xml"></object>
11+
<!-- <img src="./test.svg"> -->
12+
</body>
13+
14+
</html>

test.svg

+96
Loading

0 commit comments

Comments
 (0)