Skip to content

Commit bec73bf

Browse files
committed
fixed index.html
1 parent 3cc8556 commit bec73bf

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<link rel="stylesheet" href="style/style.css">
5+
<link rel="stylesheet" href="https://cdn.rawgit.com/twbs/bootstrap/48938155eb24b4ccdde09426066869504c6dab3c/dist/css/bootstrap.min.css">
6+
</head>
7+
<body>
8+
<div class="container"></div>
9+
</body>
10+
<script src="bundle.js"></script>
11+
</html>

0 commit comments

Comments
 (0)