-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathHTMLfile.html
More file actions
33 lines (27 loc) · 867 Bytes
/
HTMLfile.html
File metadata and controls
33 lines (27 loc) · 867 Bytes
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>floatpoint</title>
<link rel="stylesheet" href="CSSfile.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Hammersmith+One&display=swap" rel="stylesheet">
</head>
<body>
<div class="header">
<div class="centerhead">
<h1 class="logo">FloatPoint</h1>
</div>
</div>
<div class="content">
<h1>Cool Animations.</h1>
<p>You can see how the animations are one after the other. <br> Pretty Cool Right?</p>
</div>
<div class="animations">
<img class="yinyang" src="Stocks/yinyang.png">
<img class="platform" src="Stocks/platform.svg">
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.5.1/gsap.min.js"></script>
<script src="JSfile.js"></script>
</body>
</html>