-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpopup.html
More file actions
executable file
·46 lines (44 loc) · 1.13 KB
/
Copy pathpopup.html
File metadata and controls
executable file
·46 lines (44 loc) · 1.13 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
<!DOCTYPE html>
<html lang="en" style="
min-width: 170px;
min-height: 115px;
">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>42 intra plus</title>
<style>
ul{
list-style: none;
margin: 0 0 0 -40px;
}
li {
text-align: center;
text-decoration: none !important;
background: #ffffff;
margin: 7px 0 6px 0;
padding: 3px 0 3px 0;
border-radius: 2px;
box-shadow: 0px 0px 4px 0px #000000d4;
}
body {
background: #3c3c3c;
}
a {
text-decoration: none;
color: #00599c;
cursor: pointer;
}
</style>
</head>
<body>
<!-- <label >More to come soon!</label> -->
<ul>
<!-- <li> <a href="https://42intraplus.fr" target="_blank"> In </a></li> -->
<li> <a href="https://intra.42.fr" target="_blank" > Intra 42 </a></li>
<li> <a href="https://the-matrix.le-101.fr" target="_blank" > The Matrix (101)</a></li>
<li> <a href="https://stud42.fr" target="_blank" > Stud 42 </a></li>
</ul>
</body>
</html>