Files
openaccounting-web/src/index.html

16 lines
412 B
HTML
Raw Normal View History

2018-10-19 11:28:08 -04:00
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Open Accounting</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Roboto:400,500,700" rel="stylesheet">
</head>
<body>
<app-root></app-root>
</body>
</html>