-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (42 loc) · 1.19 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
58
59
60
61
62
63
64
<!DOCTYPE html>
<html>
<style>
* {
box-sizing: border-box;
}
.row {
display: flex;
}
.column {
flex: 33.33%;
padding: 5px;
}
</style>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>New Tab! ^w^</title>
<link rel="icon" href="https://discordemoji.com/assets/emoji/RemWink.png">
<link href="./assets/css/index.css" rel="stylesheet">
</head>
<body>
<div class="greeting animated fadeInUp"></div>
<time class="animated fadeInUp"></time>
<div class="quote animated fadeInUp">
<blockquote></blockquote>
<cite></cite>
</div>
</body><br><br><br>
<script src="./assets/js/index.js"></script>
<div class="row">
<div class="column">
<a href="https://twitter.com/paixlukee">
<img src="https://vignette.wikia.nocookie.net/central/images/f/ff/Twitter-Logo-White.png/revision/latest?cb=20180218232600" height="30">
</div>
<div class="column">
<a href="https://instagram.com/dielukedie">
<img src="https://mbtskoudsalg.com/images/instagram-logo-png-black-2.png" height="30">
</a>
</div>
</div>
</html>