initial commit

This commit is contained in:
Daniel Rodriguez 2019-08-13 15:43:57 +02:00
commit 5924149301
31 changed files with 12707 additions and 0 deletions

14
src/index.html Normal file
View file

@ -0,0 +1,14 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>TFTPaths</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<app-root></app-root>
</body>
</html>