-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfluid.html
More file actions
41 lines (31 loc) · 1.04 KB
/
fluid.html
File metadata and controls
41 lines (31 loc) · 1.04 KB
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
<!doctype html>
<html class="no-js" lang="en, es">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Fluid Infinite Carousel | Orcaslide</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="./css/Main.css">
<link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Staatliches" rel="stylesheet">
</head>
<header>
<nav>
<a href="./">
Home
</a>
<a href="./fluid.html">
Fluid
</a>
<a href="./card-by-card.html">
Card by Card
</a>
</nav>
</header>
<body class="FluidBackground">
<main class="Fluid">
</main>
<script type="text/javascript" src="./js/Carousel-dist-fluid.js"></script>
</body>
</html>