mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
35 lines
581 B
HTML
35 lines
581 B
HTML
<style>
|
|
#main.markdown-section {
|
|
height: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-size: 20px;
|
|
}
|
|
</style>
|
|
|
|
<div>
|
|
<h1
|
|
style="
|
|
display: inline-block;
|
|
border-right: 1px solid rgba(0, 0, 0, 0.3);
|
|
padding-right: 1rem;
|
|
margin-right: 1rem;
|
|
vertical-align: top;
|
|
"
|
|
>
|
|
404
|
|
</h1>
|
|
<div
|
|
style="
|
|
display: inline-block;
|
|
height: 2.5rem;
|
|
line-height: 2.5rem;
|
|
text-align: left;
|
|
vertical-align: middle;
|
|
"
|
|
>
|
|
This page could not be found.
|
|
</div>
|
|
</div>
|