-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (27 loc) · 1.29 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
<!doctype html>
<html lang="en">
<head>
<title>Corvettes Carousel</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Lato|Mukta+Malar" rel="stylesheet">
<link rel="shortcut icon" href="corvettes/images/img/appicon.ico" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css">
<link href="http://www.ryanhunter.org/portfolio/libs/animate.css" rel="stylesheet" type="text/css" />
<link href="corvettes/corvettes.css" rel="stylesheet" type="text/css" />
</head>
<body>
<!------------------>
<h1 class="headtitle">Corvettes Carousel</h1>
<div id="corvette" class="container">
<carousel></carousel>
</div>
<!------------------>
<!-- JS files -->
<script src="http://www.ryanhunter.org/portfolio/libs/vue/vue.min.js"></script> <!-- version: Vue.js v2.5.13 -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js"></script>
<script src="corvettes/corvettes.js"></script>
</body>
</html>