-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (51 loc) · 2.57 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>17LAB. - Welcome to the home of creative experiments.</title>
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="crossorigin"/>
<link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;700&display=swap"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;700&display=swap" media="print" onload="this.media='all'"/>
<noscript>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;700&display=swap"/>
</noscript>
<link href="css/bootstrap.min.css?ver=1.2.0" rel="stylesheet">
<link href="css/font-awesome/css/all.min.css?ver=1.2.0" rel="stylesheet">
<link href="css/main.css?ver=1.2.0" rel="stylesheet">
<link rel="shortcut icon" href="favicon.ico" type="image/ico" />
<link rel="icon" href="favicon.ico" type="image/ico" />
</head>
<body id="top"><div class="site-wrapper">
<div class="site-wrapper-inner">
<div class="cover-container">
<div class="masthead clearfix">
<div class="inner">
<h3 class="masthead-brand"></h3>
<nav class="nav nav-masthead">
<a class="nav-link nav-social" href="https://twitter.com/17LAB_" title="Twitter"><i class="fab fa-twitter" aria-hidden="true"></i></a>
<a class="nav-link nav-social" href="https://discord.gg/QPvQTnnNd2" title="Discord"><i class="fab fa-discord" aria-hidden="true"></i></a>
<a class="nav-link nav-social" href="https://github.com/17-LAB/17lab.github.io" title="Github"><i class="fab fa-github" aria-hidden="true"></i></a>
</nav>
</div>
</div>
<div class="inner cover">
<img src="img/17.png" height="400" width="600">
<p class="lead cover-copy">Welcome to the home of creative experiments.</p>
<p class="lead cover-copy">Creator of GLAB</p>
</div>
<div class="mastfoot">
<div class="inner">
<p>© 2022 <a href="https://17lab.io/" target="_blank">17LAB.</a>.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="scripts/jquery.slim.min.js?ver=1.2.0"></script>
<script src="scripts/bootstrap.bundle.min.js?ver=1.2.0"></script>
<script src="scripts/main.js?ver=1.2.0"></script>
</body>
</html>