Skip to content

Commit

Permalink
Deploying to gh-pages from @ d800f3d 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
adamglin0 committed Nov 17, 2024
0 parents commit 74a4b60
Show file tree
Hide file tree
Showing 7 changed files with 58 additions and 0 deletions.
Binary file added sample/dd568dbcd078c0adf7cf.wasm
Binary file not shown.
12 changes: 12 additions & 0 deletions sample/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Compose Shadow</title>
<link type="text/css" rel="stylesheet" href="styles.css">
</head>
<body>
<script type="application/javascript" src="sharedApp.js"></script>
</body>
</html>
3 changes: 3 additions & 0 deletions sample/sharedApp.js

Large diffs are not rendered by default.

35 changes: 35 additions & 0 deletions sample/sharedApp.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
/*
* @copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper
* @copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos
* @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
*/

/*
* @copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper
* @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
*/

/*
* @copyright (c) 2016, Philipp Thürwächter, Pattrick Hüper
* @copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos
* @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
*/

/**
* @copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper
* @copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos
* @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
*/

/**
* @copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper
* @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
*/

//! @copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos

//! @copyright (c) 2015-present, Philipp Thürwächter, Pattrick Hüper & js-joda contributors

//! @license BSD-3-Clause (see LICENSE in the root directory of this source tree)

//! @version @js-joda/core - 3.2.0
1 change: 1 addition & 0 deletions sample/sharedApp.js.map

Large diffs are not rendered by default.

Binary file added sample/sharedApp.wasm
Binary file not shown.
7 changes: 7 additions & 0 deletions sample/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}

0 comments on commit 74a4b60

Please sign in to comment.