-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (29 loc) · 1.27 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<html style="overflow:hidden">
<head>
<title>#!/Shabang</title>
</head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<body style="width:100vw;height:100vh;display:flex;align-items:center;justify-content:center">
<pre style="display:inline-block"><b>#!/Shabang</b>
We are a software development firm and a creative agency. We build tools to make your life easier, funnier, and better.
<i>Want to learn more?</i>
<a href="https://www.condution.com/">Condution</a> / <a href="https://simon.shabang.io/">Simon</a> // <a href="https://github.com/Shabang-Systems/">GitHub</a> / <a href="mailto:hello@shabang.io">Contact</a>
<span style="color: #e0e0e0; font-size: 8px">(C) 2023 Shabang Systems LLC. All rights reserved unless prohibited by applicable law.</span></pre>
</body>
<style>
a:not(.header-social):not(#TableOfContents *):not(.csl-entry:first-child):not(.page-link) {
text-decoration: none;
color: inherit;
border-bottom: solid 1.25px #eaeaea;
transition: border-width 0.3s;
}
a:not(.header-social):not(#TableOfContents *):not(.noannot):not(.page-link):hover {
border-bottom: solid 4px #e0e0e0 !important;
}
pre {
white-space: pre-wrap;
padding: 20px;
max-width: 415px;
}
</style>
</html>