diff --git a/src/components/ErorPage.vue b/src/components/ErorPage.vue new file mode 100644 index 0000000..0036747 --- /dev/null +++ b/src/components/ErorPage.vue @@ -0,0 +1,139 @@ + + + + + + + + ERROR: 404 - Page Not Found + + + + Curriculum Blog + + + + + + + {{ item.date}} + + + {{ item.meta }} + + + + + + Read More >> + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/pages/404.astro b/src/pages/404.astro new file mode 100644 index 0000000..98013d8 --- /dev/null +++ b/src/pages/404.astro @@ -0,0 +1,11 @@ +--- +import Layout from "../layouts/Layout.astro"; +import Menu from "../components/Menu.astro"; +import ErorPage from "../components/ErorPage.vue"; +import Footer from "../components/Footer.vue"; +--- + + + + + \ No newline at end of file diff --git a/src/pages/index.astro b/src/pages/index.astro index 141cd83..41cf577 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -371,7 +371,7 @@ import Footer from "../components/Footer.vue"; /* # The Rotating Marker # */ details summary::-webkit-details-marker { display: none; } summary::before { - font-family: "Hiragino Mincho ProN", "Open Sans", sans-serif; + /* font-family: "Hiragino Mincho ProN", "Open Sans", sans-serif; */ content: "▶"; position: absolute; /* top: 1rem; */
ERROR: 404 - Page Not Found
+ {{ item.meta }} +
{{ item.meta }}