umzug auf gitea
This commit is contained in:
17
html/chartTest.html
Normal file
17
html/chartTest.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<script src="/js/canvasjs-1.7.0.js"></script>
|
||||
<script src="/js/jquery-1.12.4.js"></script>
|
||||
<script src="/js/chartTest.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="btns">
|
||||
<button id="btn00">show</button>
|
||||
<button id="btn01">+</button>
|
||||
<button id="btn02">-</button>
|
||||
<button id="btn03">?</button>
|
||||
</div>
|
||||
<div id="chartContainer" style="height: 450px; width: 800px;"></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user