mirror of
https://github.com/frappe/books.git
synced 2024-11-10 15:50:56 +00:00
12 lines
285 B
HTML
12 lines
285 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Document</title>
|
|
<link href="../www/dist/css/style.css" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<script src="./index.js"></script>
|
|
</body>
|
|
</html> |