parent
bbe340e691
commit
3575fa4d50
2 changed files with 18 additions and 15 deletions
@ -1,15 +1,18 @@ |
|||||||
<!DOCTYPE html> |
<!DOCTYPE html> |
||||||
<html lang="en"> |
<html lang="en"> |
||||||
<head> |
|
||||||
<title></title> |
<head> |
||||||
<link rel="stylesheet" href="css/style.css"> |
<title></title> |
||||||
<link rel="stylesheet" href="css/ui.css"> |
<link rel="stylesheet" href="css/style.css"> |
||||||
<link rel="stylesheet" href="css/animation.css"> |
<link rel="stylesheet" href="css/ui.css"> |
||||||
<script src="js/lib/fabric.js"></script> |
<link rel="stylesheet" href="css/animation.css"> |
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script> |
<script src="js/lib/fabric.js"></script> |
||||||
<script type="module" src="js/index.js" defer></script> |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script> |
||||||
</head> |
<script type="module" src="js/index.js" defer></script> |
||||||
<body> |
</head> |
||||||
|
|
||||||
</body> |
<body> |
||||||
</html> |
|
||||||
|
</body> |
||||||
|
|
||||||
|
</html> |
Loading…
Reference in New Issue