Skip to content

Commit 31467d8

Browse files
Base
0 parents  commit 31467d8

5 files changed

Lines changed: 95 additions & 0 deletions

File tree

‎.DS_Store‎

6 KB
Binary file not shown.

‎docs/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: 2 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: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
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+
* @license
12+
* Copyright 2010-2026 Three.js Authors
13+
* SPDX-License-Identifier: MIT
14+
*/
15+
16+
/**
17+
* @license React
18+
* react-dom-client.production.js
19+
*
20+
* Copyright (c) Meta Platforms, Inc. and affiliates.
21+
*
22+
* This source code is licensed under the MIT license found in the
23+
* LICENSE file in the root directory of this source tree.
24+
*/
25+
26+
/**
27+
* @license React
28+
* react-dom.production.js
29+
*
30+
* Copyright (c) Meta Platforms, Inc. and affiliates.
31+
*
32+
* This source code is licensed under the MIT license found in the
33+
* LICENSE file in the root directory of this source tree.
34+
*/
35+
36+
/**
37+
* @license React
38+
* react-jsx-runtime.production.js
39+
*
40+
* Copyright (c) Meta Platforms, Inc. and affiliates.
41+
*
42+
* This source code is licensed under the MIT license found in the
43+
* LICENSE file in the root directory of this source tree.
44+
*/
45+
46+
/**
47+
* @license React
48+
* react.production.js
49+
*
50+
* Copyright (c) Meta Platforms, Inc. and affiliates.
51+
*
52+
* This source code is licensed under the MIT license found in the
53+
* LICENSE file in the root directory of this source tree.
54+
*/
55+
56+
/**
57+
* @license React
58+
* scheduler.production.js
59+
*
60+
* Copyright (c) Meta Platforms, Inc. and affiliates.
61+
*
62+
* This source code is licensed under the MIT license found in the
63+
* LICENSE file in the root directory of this source tree.
64+
*/

‎docs/index.html‎

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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" type="image/png" href="https://avatars.githubusercontent.com/u/187986773?s=200&v=4" />
8+
<meta name="description" content="Hackctl - Custom infrastructure and software solutions." />
9+
<link rel="preconnect" href="https://fonts.googleapis.com" />
10+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
11+
<link
12+
href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap"
13+
rel="stylesheet"
14+
/>
15+
<style>
16+
body {
17+
margin: 0;
18+
padding: 0;
19+
background-color: #000;
20+
color: #fff;
21+
}
22+
</style>
23+
</head>
24+
<body>
25+
<div id="root"></div>
26+
<script src="/bundle.js"></script>
27+
</body>
28+
</html>

0 commit comments

Comments
 (0)