24 lines
905 B
HTML
24 lines
905 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Performance</title>
|
|
</head>
|
|
<!-- Latest compiled and minified CSS -->
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap.min.css">
|
|
|
|
<!-- Optional theme -->
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap-theme.min.css">
|
|
<link rel="stylesheet" href="index.css">
|
|
<script src="https://fb.me/react-with-addons-15.2.1.js"></script>
|
|
<script src="https://fb.me/react-dom-15.2.1.js"></script>
|
|
<script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha256-cCueBR6CsyA4/9szpPfrX3s49M9vUU5BgtiJj06wt/s=" crossorigin="anonymous"></script>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/react-bootstrap/0.29.5/react-bootstrap.min.js"></script>
|
|
<script src="index.js"></script>
|
|
|
|
<body>
|
|
<div id="grid">
|
|
|
|
</div>
|
|
</body>
|
|
</html> |