-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (52 loc) · 1.86 KB
/
index.html
File metadata and controls
60 lines (52 loc) · 1.86 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="go-import" content="newtechlab.wtf/anxso git https://github.com/newtechlab/anxso.git">
<title>New Tech Lab - looking for the future </title>
<style>
body {
background: #232122;
font-weight: 300;
}
body>a {
margin: 5em;
margin-left: auto;
margin-right: auto;
display: block;
width: 85%;
max-width: 40em;
}
.img {
width: 85%;
max-width: 40em;
}
div {
display: flex;
width: 100vw;
justify-content: center;
align-items: center;
}
div a {
margin: 2vw;
}
div img {
height: 10vw;
}
</style>
</head>
<body>
<a href="/Poster5.0_radar.pdf"><img class="img" src="/img/wtf.png" /></a>
<div>
<a href="https://barcoder.newtechlab.wtf"><img src="/img/barcoder.png"></a>
<a href="https://heimdall.newtechlab.wtf"><img src="/img/heimdall.png"></a>
<a href="https://bruteenforcer.newtechlab.wtf"><img src="/img/bruteenforcer.png"></a>
<!-- <a href="https://you.newtechlab.wtf"><img src="/img/you.png"></a> -->
<a href="https://codecorn.newtechlab.wtf"><img src="/img/codecorn.png"></a>
<!-- <a href="https://egg_hunter.newtechlab.wtf"><img src="/img/egg_hunter.png"></a> -->
<a href="https://workingclasshacker.newtechlab.wtf"><img src="/img/workingclasshacker.png"></a>
<a href="https://l_boogie.newtechlab.wtf"><img src="/img/l_boggie.png"></a>
<a href="https://skipy.newtechlab.wtf"><img src="/img/skipy.png"></a>
<a href="https://qwertist.newtechlab.wtf"><img src="/img/qwertist.png"></a>
</div>
</body>
</html>