-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (23 loc) · 961 Bytes
/
index.html
File metadata and controls
24 lines (23 loc) · 961 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Fleck Auto Group</title>
<link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="styles/style.css">
<script src="node_modules/jquery/dist/jquery.js"></script>
<script src="node_modules/react/dist/react.js"></script>
<script src="node_modules/react-dom/dist/react-dom.js"></script>
<script src="node_modules/lodash/lodash.js"></script>
</head>
<body>
<div id="app"></div>
<script src="compiled/src/config/typeform.js"></script>
<script src="compiled/src/lib/searchTypeForm.js"></script>
<script src="compiled/src/components/App.js"></script>
<script src="compiled/src/components/VehicleList.js"></script>
<script src="compiled/src/components/VehicleListEntry.js"></script>
<script src="compiled/src/index.js"></script>
</body>
</html>