-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathindex.html
29 lines (28 loc) · 1.16 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>Essential JS 2 - Loan calculator</title>
<meta charset="utf-8" />
<base href="./" />
<meta
name="viewport"
content="width=device-width,initial-scale=1,user-scalable=no"
/>
<meta name="description" content="Essential JS 2 - Loan calculator" />
<meta name="author" content="Syncfusion" />
<link rel="shortcut icon" href="favicon.ico" />
<link
rel="stylesheet"
href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
/>
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Raleway:500,600" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/js-signals/1.0.0/js-signals.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/hasher/1.2.0/hasher.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/crossroads/0.12.0/crossroads.js"></script>
<script src="https://cdn.syncfusion.com/ej2/22.1.34/dist/ej2.min.js"></script>
</head>
<body>
<div id="content-area"></div>
</body>
</html>