initial project

This commit is contained in:
Romain 2022-01-17 17:21:41 +01:00
parent 625596fc66
commit 96899ca70d
26 changed files with 22898 additions and 1 deletions

13
src/index.html Normal file
View file

@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Simpleat</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>