Skip to content

Commit ef314a2

Browse files
test
0 parents  commit ef314a2

File tree

5 files changed

+127
-0
lines changed

5 files changed

+127
-0
lines changed

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
hackctl.com

docs/bundle.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/bundle.js.LICENSE.txt

Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
/*!
2+
* GSAP 3.13.0
3+
* https://gsap.com
4+
*
5+
* @license Copyright 2008-2025, GreenSock. All rights reserved.
6+
* Subject to the terms at https://gsap.com/standard-license
7+
* @author: Jack Doyle, jack@greensock.com
8+
*/
9+
10+
/*!
11+
* Observer 3.13.0
12+
* https://gsap.com
13+
*
14+
* @license Copyright 2008-2025, GreenSock. All rights reserved.
15+
* Subject to the terms at https://gsap.com/standard-license
16+
* @author: Jack Doyle, jack@greensock.com
17+
*/
18+
19+
/*!
20+
* ScrambleTextPlugin 3.13.0
21+
* https://gsap.com
22+
*
23+
* @license Copyright 2008-2025, GreenSock. All rights reserved.
24+
* Subject to the terms at https://gsap.com/standard-license
25+
* @author: Jack Doyle, jack@greensock.com
26+
*/
27+
28+
/*!
29+
* ScrollTrigger 3.13.0
30+
* https://gsap.com
31+
*
32+
* @license Copyright 2008-2025, GreenSock. All rights reserved.
33+
* Subject to the terms at https://gsap.com/standard-license
34+
* @author: Jack Doyle, jack@greensock.com
35+
*/
36+
37+
/*!
38+
* SplitText 3.13.0
39+
* https://gsap.com
40+
*
41+
* @license Copyright 2025, GreenSock. All rights reserved. Subject to the terms at https://gsap.com/standard-license.
42+
* @author: Jack Doyle
43+
*/
44+
45+
/*!
46+
* strings: 3.13.0
47+
* https://gsap.com
48+
*
49+
* Copyright 2008-2025, GreenSock. All rights reserved.
50+
* Subject to the terms at https://gsap.com/standard-license
51+
* @author: Jack Doyle, jack@greensock.com
52+
*/
53+
54+
/**
55+
* @license React
56+
* react-dom-client.production.js
57+
*
58+
* Copyright (c) Meta Platforms, Inc. and affiliates.
59+
*
60+
* This source code is licensed under the MIT license found in the
61+
* LICENSE file in the root directory of this source tree.
62+
*/
63+
64+
/**
65+
* @license React
66+
* react-dom.production.js
67+
*
68+
* Copyright (c) Meta Platforms, Inc. and affiliates.
69+
*
70+
* This source code is licensed under the MIT license found in the
71+
* LICENSE file in the root directory of this source tree.
72+
*/
73+
74+
/**
75+
* @license React
76+
* react-jsx-runtime.production.js
77+
*
78+
* Copyright (c) Meta Platforms, Inc. and affiliates.
79+
*
80+
* This source code is licensed under the MIT license found in the
81+
* LICENSE file in the root directory of this source tree.
82+
*/
83+
84+
/**
85+
* @license React
86+
* react.production.js
87+
*
88+
* Copyright (c) Meta Platforms, Inc. and affiliates.
89+
*
90+
* This source code is licensed under the MIT license found in the
91+
* LICENSE file in the root directory of this source tree.
92+
*/
93+
94+
/**
95+
* @license React
96+
* scheduler.production.js
97+
*
98+
* Copyright (c) Meta Platforms, Inc. and affiliates.
99+
*
100+
* This source code is licensed under the MIT license found in the
101+
* LICENSE file in the root directory of this source tree.
102+
*/
103+
104+
/**
105+
* @license lucide-react v0.548.0 - ISC
106+
*
107+
* This source code is licensed under the ISC license.
108+
* See the LICENSE file in the root directory of this source tree.
109+
*/

docs/bundle.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>hackctl</title>
7+
<link rel="icon" href="https://avatars.githubusercontent.com/u/187986773?s=200&v=4" />
8+
</head>
9+
<body>
10+
<div id="root"></div>
11+
<script src="/bundle.js"></script>
12+
</body>
13+
</html>

0 commit comments

Comments
 (0)