Adds material design

This commit is contained in:
GloriousCode
2017-08-15 07:06:26 +10:00
parent f0a2793e8c
commit 001aef2635
4 changed files with 32 additions and 2 deletions

View File

@@ -2,11 +2,14 @@
<html>
<head>
<meta charset="utf-8">
<title>AngularElectron</title>
<title>GoCryptoTrader</title>
<base href="./">
<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 rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic">
</head>
<body>
<app-root>Loading...</app-root>