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