2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 19:29:02 +00:00
books/electron/index.html

12 lines
285 B
HTML
Raw Normal View History

2018-03-26 14:07:27 +00:00
<!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-29 18:52:46 +00:00
<link href="../www/dist/css/style.css" rel="stylesheet">
2018-03-26 14:07:27 +00:00
</head>
<body>
2018-04-18 06:47:00 +00:00
<script src="./index.js"></script>
2018-03-26 14:07:27 +00:00
</body>
</html>