half-assed attempt to futz around with react-router

This commit is contained in:
Nick Pegg 2017-10-01 20:38:04 -07:00
parent 6e2dce2e7f
commit 9c346056ed
5 changed files with 142 additions and 48 deletions

View file

@ -22,9 +22,9 @@
<link href="https://fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Quicksand" rel="stylesheet" type="text/css" />
<link href="css/normalize.css" rel="stylesheet" />
<link href="css/skeleton.css" rel="stylesheet" />
<link href="css/font-awesome.css" rel="stylesheet" />
<link href="%PUBLIC_URL%/css/normalize.css" rel="stylesheet" />
<link href="%PUBLIC_URL%/css/skeleton.css" rel="stylesheet" />
<link href="%PUBLIC_URL%/css/font-awesome.css" rel="stylesheet" />
<title>Nick Pegg</title>
</head>