Add Task list on Tasks page

This commit is contained in:
Charles Bochet
2022-12-05 00:49:45 +01:00
parent c724bc7907
commit 235ae1859d
26 changed files with 311 additions and 48 deletions

View File

@ -0,0 +1,9 @@
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro">
<style type="text/css">
body {
margin: 0;
font-family: 'Source Sans Pro', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
</style>