rutas y archivos
This commit is contained in:
parent
dc3de38a13
commit
6a419adfe4
3 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<title>Estructura de Madrid-Destino 2016</title>
|
<title>Estructura de Madrid-Destino 2016</title>
|
||||||
<link type="text/css" rel="stylesheet" href="css/style.css"/>
|
<link type="text/css" rel="stylesheet" href="style.css"/>
|
||||||
<script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script>
|
<script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.node circle {
|
.node circle {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
body {
|
body {
|
||||||
background: url(../images/texture-noise.png);
|
background: url(texture-noise.png);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|
BIN
texture-noise.png
Normal file
BIN
texture-noise.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
Loading…
Reference in a new issue