-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (26 loc) · 985 Bytes
/
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
<!DOCTYPE html>
<html lang="pt">
<head>
<title>Animated!</title>
<link rel="shortcut icon" href="../animated.ico" type="image/x-icon" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="../css/style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap" rel="stylesheet">
</head>
<body>
<header></header>
<div class="row">
<div class="leftcolumn" id="featured">
</div>
<div class="rightcolumn" id="right">
</div>
</div>
<footer></footer>
<script src="./js/html_builder.js"></script>
<script src="./js/controller.js"></script>
<script src="https://platform.twitter.com/widgets.js"></script>
</body>
</html>