Ungleich/index.htm

29 lines
876 B
HTML
Raw Normal View History

2018-12-25 21:30:00 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous">
2018-12-25 21:30:00 +00:00
<title>Test</title>
</head>
<body>
<div class="container">
2018-12-25 21:30:00 +00:00
2018-12-26 12:29:13 +00:00
2018-12-26 12:29:13 +00:00
<canvas id="myChart" width="400" height="400"></canvas>
<script src="lodash.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.4.0/Chart.min.js"></script>
<script src="app.js">
</script>
2018-12-25 21:30:00 +00:00
</div>
2018-12-25 21:30:00 +00:00
</body>
</html>