20 lines
827 B
Plaintext
20 lines
827 B
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="robots" content="noindex">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="style.css">
|
|
<link rel="stylesheet" href="node_modules/chart.js/dist/Chart.min.css">
|
|
<link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.min.css">
|
|
<link href="https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700" rel="stylesheet">
|
|
<script src="https://www.google.com/jsapi"></script>
|
|
<script src="node_modules/chart.js/dist/Chart.bundle.js"></script>
|
|
<script src="node_modules/bootstrap/dist/js/bootstrap.js"></script>
|
|
<script src="node_modules/chartkick/dist/chartkick.min.js"></script>
|
|
<title>Data Transfer Test</title>
|
|
</head>
|
|
<body>
|
|
<%= yield %>
|
|
</body>
|
|
</html> |