forked from enviPath/enviPy
21 lines
666 B
Handlebars
21 lines
666 B
Handlebars
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<title>Ketcher v{{pkg.version}}</title>
|
|
|
|
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png">
|
|
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png">
|
|
|
|
<link rel="stylesheet" href="{{pkg.name}}.css">
|
|
<script src="raphael.min.js"></script>
|
|
<script src="{{pkg.name}}.js"></script>
|
|
</head>
|
|
<body role="applicaion">
|
|
|
|
</body>
|
|
</html>
|