-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (34 loc) · 1.13 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
<!DOCTYPE html>
<html>
<head>
<title>transientlab</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href ="favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- floating text -->
<!-- <div class="logo-text">
_transientlab
</div> -->
<!-- floating text -->
<!-- <div class="logo-img">
<img src="images/logo.png">
</div> -->
<!-- floating menu -->
<!-- <div class="menu">
<div class="left">
<a href="mailto:[email protected]"> email </a>
<a href="https://github.com/transientlab"> github </a>
<a href="https://www.instagram.com/_transientlab/"> instagram </a>
</div>
</div> -->
<!-- background -->
<div class="background eff5">>.!</div>
<div class="background eff4">%^*</div>
<div class="background eff3">#$"</div>
<div class="background eff2">+/-</div>
<div class="background eff1">&;@</div>
</body>
</html>