diff options
| author | crupest <crupest@outlook.com> | 2019-02-15 16:08:08 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2019-02-15 16:08:08 +0800 |
| commit | 3517512c4a6fa7eb61b8c5e5eca38c52c5577631 (patch) | |
| tree | 1a5bf9be6a45b91f5b770c1ed0935246df93346a /Timeline/ClientApp/src/index.html | |
| parent | 7024bc9666e62cc33f651e7a060235d17bd51f25 (diff) | |
| download | timeline-3517512c4a6fa7eb61b8c5e5eca38c52c5577631.tar.gz timeline-3517512c4a6fa7eb61b8c5e5eca38c52c5577631.tar.bz2 timeline-3517512c4a6fa7eb61b8c5e5eca38c52c5577631.zip | |
Develop front end.
Diffstat (limited to 'Timeline/ClientApp/src/index.html')
| -rw-r--r-- | Timeline/ClientApp/src/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Timeline/ClientApp/src/index.html b/Timeline/ClientApp/src/index.html index 553e9032..58959f75 100644 --- a/Timeline/ClientApp/src/index.html +++ b/Timeline/ClientApp/src/index.html @@ -7,6 +7,9 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" type="image/x-icon" href="favicon.ico"> + + <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> + <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet"> </head> <body> <app-root>Loading...</app-root> |
