Page MenuHomePhorge

404.vue
No OneTemporary

Size
668 B
Referenced Files
None
Subscribers
None
<template>
<div class="flex-center position-ref full-height">
<div class="code">404</div>
<div class="message" style="padding: 10px;">Not Found</div>
</div>
</template>
<style scoped>
.full-height {
height: 100vh;
}
.flex-center {
align-items: center;
display: flex;
justify-content: center;
}
.position-ref {
position: relative;
color: #636b6f;
}
.code {
border-right: 2px solid;
font-size: 26px;
padding: 0 15px 0 15px;
text-align: center;
}
.message {
font-size: 18px;
text-align: center;
}
</style>

File Metadata

Mime Type
text/html
Expires
Wed, Jul 8, 9:18 PM (1 d, 9 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1052029
Default Alt Text
404.vue (668 B)

Event Timeline