Skip to content

Commit

Permalink
chore(demo): deploy demo site 🐓
Browse files Browse the repository at this point in the history
  • Loading branch information
xero committed Jul 10, 2024
1 parent 1533156 commit b4e538b
Show file tree
Hide file tree
Showing 143 changed files with 2 additions and 13,514 deletions.
4 changes: 2 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ div.menu-item.disabled {
}

div.menu-item.enabled {
background-image: url("../images/toolbar/done.png");
background-image: url("../img/toolbar/done.png");
background-position: 130px 0px;
background-repeat: no-repeat;
background-size: 20px 20px;
Expand Down Expand Up @@ -552,7 +552,7 @@ canvas.cursor {
canvas.selection-cursor {
position: absolute;
border: 1px solid;
border-image: url("../images/selection_border.gif") 1 repeat;
border-image: url("../img/selection_border.gif") 1 repeat;
border-image-width: 1px;
z-index: 1;
}
Expand Down
Binary file removed images/android-chrome-192x192.png
Binary file not shown.
Binary file removed images/apple-touch-icon.png
Binary file not shown.
9 changes: 0 additions & 9 deletions images/browserconfig.xml

This file was deleted.

Binary file removed images/chat.png
Binary file not shown.
Binary file removed images/face.png
Binary file not shown.
Binary file removed images/favicon-16x16.png
Binary file not shown.
Binary file removed images/favicon-32x32.png
Binary file not shown.
Binary file removed images/favicon.ico
Binary file not shown.
Binary file removed images/favicon.png
Binary file not shown.
Binary file removed images/favicon_192.png
Binary file not shown.
Binary file removed images/mstile-150x150.png
Binary file not shown.
74 changes: 0 additions & 74 deletions images/safari-pinned-tab.svg

This file was deleted.

Binary file removed images/selection_border.gif
Binary file not shown.
14 changes: 0 additions & 14 deletions images/site.webmanifest

This file was deleted.

Binary file removed images/toolbar/character_brush.png
Binary file not shown.
Binary file removed images/toolbar/circle.png
Binary file not shown.
Binary file removed images/toolbar/done.png
Binary file not shown.
Binary file removed images/toolbar/fill.png
Binary file not shown.
Binary file removed images/toolbar/freestyle.png
Binary file not shown.
Binary file removed images/toolbar/keyboard.png
Binary file not shown.
Binary file removed images/toolbar/line.png
Binary file not shown.
Binary file removed images/toolbar/sample.png
Binary file not shown.
Binary file removed images/toolbar/selection.png
Binary file not shown.
Binary file removed images/toolbar/square.png
Binary file not shown.
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<meta name="msapplication-config" content="img/browserconfig.xml">
<meta name="theme-color" content="#3f3f3f">
<title>moebius</title>
<script src="js/network.js" type="text/javascript" charset="utf-8"></script>
<script src="js/core.js" type="text/javascript" charset="utf-8"></script>
<script src="js/freehand_tools.js" type="text/javascript" charset="utf-8"></script>
<script src="js/keyboard.js" type="text/javascript" charset="utf-8"></script>
Expand Down
Loading

0 comments on commit b4e538b

Please sign in to comment.