relative routes for css

This commit is contained in:
Mario Colque 2014-05-30 11:45:07 -03:00
commit 61d759eeb2
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Copay Chrome Extension - Install</title> <title>Copay Chrome Extension - Install</title>
<link rel="stylesheet" href="../css/foundation.min.css"> <link rel="stylesheet" href="../../css/foundation.min.css">
</head> </head>
<body> <body>
<div class="row"> <div class="row">

View file

@ -4,7 +4,7 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Copay Download</title> <title>Copay Download</title>
<link rel="stylesheet" href="../../css/foundation.min.css"> <link rel="stylesheet" href="../css/foundation.min.css">
</head> </head>
<body> <body>
<div class="row"> <div class="row">