Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
severinsimmler committed May 31, 2018
1 parent 9814ef9 commit f93036c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<meta content="text/css" http-equiv="Content-Style-Type" />
<meta content="pandoc" name="generator" />
<title>DARIAH-DE – Topics Explorer</title>
<meta content="width=device-width, initial-scale=1" name="viewport">
<link href="https://fonts.googleapis.com/css?family=Lora:400,400i,700" rel="stylesheet">
<link href="/css/normalize.css" rel="stylesheet">
<link href="/css/skeleton.css" rel="stylesheet">
<link href="css/normalize.css" rel="stylesheet">
<link href="css/skeleton.css" rel="stylesheet">
<style type="text/css">
.logo-width {
width: 100%;
Expand All @@ -37,7 +36,7 @@ <h1>
</h1>
<a href="/">
<center>
<img alt="DARIAH Topics Explorer" class="logo-width" src="/img/icon.png" />
<img alt="DARIAH Topics Explorer" class="logo-width" src="img/icon.png" />
</center>
</a>
<a class="button u-full-width" href="#getting-started">Getting started</a>
Expand Down

0 comments on commit f93036c

Please sign in to comment.