19 строки
710 B
HTML
19 строки
710 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="description" content="Essential JS 2 for React - Loan calculator">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
|
<title>Essential JS 2 for React - Loan calculator</title>
|
|
<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">
|
|
</head>
|
|
|
|
<body>
|
|
<div id="content-area"></div>
|
|
</body>
|
|
|
|
</html> |