[fix] Reworks structure and adds docker
This commit is contained in:
parent
fd0974134b
commit
b31f725d04
60 changed files with 120 additions and 16 deletions
10
index.html
10
index.html
|
|
@ -12,12 +12,12 @@
|
|||
#canvas { margin-top: 20px; border: 1px solid #ccc; display: block; }
|
||||
span.ui-slider-handle.ui-corner-all.ui-state-default { background: dodgerblue;}
|
||||
</style>
|
||||
<link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.min.css" />
|
||||
<link rel="stylesheet" type="text/css" href="jquery-ui/jquery-ui.css" />
|
||||
<link rel="stylesheet" type="text/css" href="css/bootstrap/css/bootstrap.min.css" />
|
||||
<link rel="stylesheet" type="text/css" href="js/jquery-ui/jquery-ui.css" />
|
||||
|
||||
<script src="jquery-3.5.1.min.js"></script>
|
||||
<script src="jquery-ui/jquery-ui.js"></script>
|
||||
<script src="canvas.js"></script>
|
||||
<script src="js/jquery-3.5.1.min.js"></script>
|
||||
<script src="js/jquery-ui/jquery-ui.js"></script>
|
||||
<script src="js/canvas.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue