Skip to content

Commit cae6c2e

Browse files
committed
several visualizations
1 parent 49f0adb commit cae6c2e

18 files changed

+37125
-0
lines changed

bootstrapTest.html

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<title>Bootstrap demo</title>
7+
<link href="css/bootstrap.min.css" rel="stylesheet">
8+
</head>
9+
<body>
10+
<h1>Hello, world!</h1>
11+
<script src="js/bootstrap.bundle.min.js"></script>
12+
</body>
13+
</html>

0 commit comments

Comments
 (0)