refactor: refactor pages
This commit is contained in:
+20
-22
@@ -1,26 +1,24 @@
|
||||
<template>
|
||||
<div class="c-app c-flex-row c-align-items-center">
|
||||
<CContainer>
|
||||
<CRow class="c-justify-content-center">
|
||||
<CCol md="6">
|
||||
<div class="c-clearfix">
|
||||
<h1 class="c-float-left c-display-3 c-mr-4">500</h1>
|
||||
<h4 class="c-pt-3">Houston, we have a problem!</h4>
|
||||
<p class="c-text-muted">The page you are looking for is temporarily unavailable.</p>
|
||||
</div>
|
||||
<CFormInput
|
||||
class="c-mb-0"
|
||||
prependHtml="<i class='cui-magnifying-glass'></i>"
|
||||
placeholder="What are you looking for?"
|
||||
>
|
||||
<template #append>
|
||||
<CButton variant="info">Search</CButton>
|
||||
</template>
|
||||
</CFormInput>
|
||||
</CCol>
|
||||
</CRow>
|
||||
</CContainer>
|
||||
</div>
|
||||
<CContainer class="c-d-flex c-align-items-center c-min-vh-100">
|
||||
<CRow class="c-w-100 c-justify-content-center">
|
||||
<CCol md="6">
|
||||
<div class="c-clearfix">
|
||||
<h1 class="c-float-left c-display-3 c-mr-4">500</h1>
|
||||
<h4 class="c-pt-3">Houston, we have a problem!</h4>
|
||||
<p class="c-text-muted">The page you are looking for is temporarily unavailable.</p>
|
||||
</div>
|
||||
<CFormInput
|
||||
class="c-mb-0"
|
||||
prependHtml="<i class='cui-magnifying-glass'></i>"
|
||||
placeholder="What are you looking for?"
|
||||
>
|
||||
<template #append>
|
||||
<CButton variant="info">Search</CButton>
|
||||
</template>
|
||||
</CFormInput>
|
||||
</CCol>
|
||||
</CRow>
|
||||
</CContainer>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user