2
0
mirror of https://github.com/frappe/books.git synced 2025-01-24 07:38:25 +00:00
books/electron/index.html

12 lines
285 B
HTML
Raw Normal View History

2018-03-26 19:37:27 +05:30
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
2018-03-30 00:22:46 +05:30
<link href="../www/dist/css/style.css" rel="stylesheet">
2018-03-26 19:37:27 +05:30
</head>
<body>
2018-04-18 12:17:00 +05:30
<script src="./index.js"></script>
2018-03-26 19:37:27 +05:30
</body>
</html>