image path fixed - symlinks können weg
This commit is contained in:
parent
e3371c68cc
commit
ba020a7c62
7 changed files with 4 additions and 10 deletions
|
@ -1 +0,0 @@
|
|||
../img/
|
|
@ -4,7 +4,6 @@
|
|||
<meta charset='utf-8'>
|
||||
<meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible'>
|
||||
<meta content='width=device-width, initial-scale=1.0' name='viewport'>
|
||||
<!-- <link href='//bootswatch.com/lumen/bootstrap.min.css' rel='stylesheet'> -->
|
||||
<link rel="stylesheet" href="/assets/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href='/assets/font-awesome/4.1.0/css/font-awesome.min.css' rel='stylesheet'>
|
||||
<link href='/img/freifunk.png' rel='icon' type='image/png'>
|
||||
|
@ -42,7 +41,7 @@
|
|||
<span class='icon-bar'></span>
|
||||
</button>
|
||||
<a class='navbar-brand' href='/'>
|
||||
<img style="height: 3em" alt="Freifunk Innsbruck" src="img/freifunk-ibk.svg" />
|
||||
<img style="height: 3em" alt="Freifunk Innsbruck" src="/img/freifunk-ibk.svg" />
|
||||
</a>
|
||||
</div>
|
||||
<div class='collapse navbar-collapse' id='nav'>
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
../img/
|
|
@ -4,7 +4,6 @@
|
|||
<meta charset='utf-8'>
|
||||
<meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible'>
|
||||
<meta content='width=device-width, initial-scale=1.0' name='viewport'>
|
||||
<!-- <link href='//bootswatch.com/lumen/bootstrap.min.css' rel='stylesheet'> -->
|
||||
<link rel="stylesheet" href="/assets/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href='/assets/font-awesome/4.1.0/css/font-awesome.min.css' rel='stylesheet'>
|
||||
<link href='/img/freifunk.png' rel='icon' type='image/png'>
|
||||
|
@ -42,7 +41,7 @@
|
|||
<span class='icon-bar'></span>
|
||||
</button>
|
||||
<a class='navbar-brand' href='/'>
|
||||
<img style="height: 3em" alt="Freifunk Innsbruck" src="img/freifunk-ibk.svg" />
|
||||
<img style="height: 3em" alt="Freifunk Innsbruck" src="/img/freifunk-ibk.svg" />
|
||||
</a>
|
||||
</div>
|
||||
<div class='collapse navbar-collapse' id='nav'>
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
<span class='icon-bar'></span>
|
||||
</button>
|
||||
<a class='navbar-brand' href='/'>
|
||||
<img style="height: 3em" alt="Freifunk Innsbruck" src="img/freifunk-ibk.svg" />
|
||||
<img style="height: 3em" alt="Freifunk Innsbruck" src="/img/freifunk-ibk.svg" />
|
||||
</a>
|
||||
</div>
|
||||
<div class='collapse navbar-collapse' id='nav'>
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
../img/
|
|
@ -4,7 +4,6 @@
|
|||
<meta charset='utf-8'>
|
||||
<meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible'>
|
||||
<meta content='width=device-width, initial-scale=1.0' name='viewport'>
|
||||
<!-- <link href='//bootswatch.com/lumen/bootstrap.min.css' rel='stylesheet'> -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href='//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css' rel='stylesheet'>
|
||||
<link href='//cdnjs.cloudflare.com/ajax/libs/fullcalendar/2.4.0/fullcalendar.css' rel='stylesheet'>
|
||||
|
@ -44,7 +43,7 @@
|
|||
<span class='icon-bar'></span>
|
||||
</button>
|
||||
<a class='navbar-brand' href='/'>
|
||||
<img style="height: 3em" alt="Freifunk Innsbruck" src="img/freifunk-ibk.svg" />
|
||||
<img style="height: 3em" alt="Freifunk Innsbruck" src="/img/freifunk-ibk.svg" />
|
||||
</a>
|
||||
</div>
|
||||
<div class='collapse navbar-collapse' id='nav'>
|
||||
|
|
Loading…
Reference in a new issue