Header opens a new page (#619)

This commit is contained in:
aashna27
2019-01-09 01:48:32 +05:30
committed by Jeffrey Warren
parent 0248bc7124
commit 73b917f036
2 changed files with 5 additions and 1 deletions

View File

@@ -248,3 +248,7 @@ h1 {
justify-content: space-between;
}
}
a.name-header{
text-decoration: none;
color: #445;
}

View File

@@ -47,7 +47,7 @@
<div class="container-fluid">
<header class="text-center">
<h1>Image Sequencer</h1>
<h1><a href="/" target='_blank' class="name-header">Image Sequencer</a></h1>
<p>
A pure JavaScript sequential image processing system, inspired by storyboards. Instead of modifying the original image, it
creates a new image at each step in a sequence.