Skip to content

Commit 4a0a528

Browse files
Initial@ Service, Final@ Contact
1 parent 36e1d0e commit 4a0a528

4 files changed

Lines changed: 10 additions & 2 deletions

File tree

docs/bundle.js

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

docs/bundle.js.map

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

docs/hackctl-logo.png

6.65 KB
Loading

docs/index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,21 @@
55
<meta charset="UTF-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<title>hackctl</title>
8+
<link rel="icon" type="image/png" href="https://raw.githubusercontent.com/hackctl/assets/main/logo.png">
89
<meta name="description" content="Hackctl - Custom infrastructure and software solutions.">
910
<style>
11+
html,
1012
body {
1113
margin: 0;
1214
padding: 0;
1315
background-color: #000;
1416
color: #fff;
17+
height: 100%;
18+
overflow-x: hidden;
19+
}
20+
21+
#root {
22+
height: 100%;
1523
}
1624
</style>
1725
</head>

0 commit comments

Comments
 (0)