Skip to content

Commit 8dfcaf2

Browse files
committed
Added public index.html
1 parent 307a89a commit 8dfcaf2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

public/index.html

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>vue-status-indicator</title>
6+
</head>
7+
<body>
8+
<div id="app"></div>
9+
<script src="dist/build.js"></script>
10+
</body>
11+
</html>

0 commit comments

Comments
 (0)