generated from Seekra/repository-template
Add NotFound.vue #48 #50
@@ -6,7 +6,7 @@
|
|||||||
ERROR 404: Page Not Found
|
ERROR 404: Page Not Found
|
||||||
|
jakob.scheid marked this conversation as resolved
Outdated
|
|||||||
</span>
|
</span>
|
||||||
</header>
|
</header>
|
||||||
<RouterLink to="/">Back to Search</RouterLink>
|
<RouterLink to="/" id="link">Back to Search</RouterLink>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -40,5 +40,12 @@
|
|||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: 2vw;
|
font-size: 2vw;
|
||||||
}
|
}
|
||||||
|
#link {
|
||||||
|
align-items: center;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
margin-top: 20px;
|
||||||
|
padding: 10px 20px;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
Reference in New Issue
Block a user
Do not write ERROR uppercase.