Main structure

+ BG Color
+ Fonts
This commit is contained in:
Felix
2020-12-24 14:58:51 +01:00
commit bbff4088cc
38 changed files with 14439 additions and 0 deletions

17
src/index.html Normal file
View File

@@ -0,0 +1,17 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>LibrePay</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300&display=swap" rel="stylesheet">
</head>
<body>
<app-root></app-root>
</body>
</html>