2024-07-24 17:15:05 +03:00
<!doctype html>
< html lang = "ru-RU" >
< head >
< meta charset = "utf-8" / >
< meta name = "viewport" content = "width=device-width,initial-scale=1" / >
< meta name = "generator" content = "VuePress 2.0.0-rc.14" / >
< style >
:root {
--c-bg: #fff;
}
html.dark {
--c-bg: #22272e;
}
html,
body {
background-color: var(--c-bg);
}
< / style >
< script >
const userMode = localStorage.getItem('vuepress-color-scheme')
const systemDarkMode =
window.matchMedia & &
window.matchMedia('(prefers-color-scheme: dark)').matches
if (userMode === 'light') {
document.documentElement.dataset.theme = 'light'
} else if (userMode === 'dark' || systemDarkMode) {
document.documentElement.classList.toggle('dark', true)
document.documentElement.dataset.theme = 'dark'
}
< / script >
2024-07-25 16:59:34 +03:00
< meta property = "og:url" content = "https://pleshevski.ru/404.html" > < meta property = "og:site_name" content = "Дмитрий Плешевский" > < meta property = "og:type" content = "website" > < meta property = "og:locale" content = "ru-RU" > < script type = "application/ld+json" > { "@context" : "https://schema.org" , "@type" : "WebPage" , "name" : "" } < / script > < title > Дмитрий Плешевский< / title > < meta name = "description" content = " " >
2024-08-07 02:52:04 +03:00
< link rel = "preload" href = "/assets/style-BACGJ9Qw.css" as = "style" > < link rel = "stylesheet" href = "/assets/style-BACGJ9Qw.css" >
2024-08-07 11:48:54 +03:00
< link rel = "modulepreload" href = "/assets/app-CICBSUru.js" > < link rel = "modulepreload" href = "/assets/404.html-Dwh2w4FP.js" >
< link rel = "prefetch" href = "/assets/index.html-CRXC2eW2.js" as = "script" > < link rel = "prefetch" href = "/assets/works.html-dR21TKIc.js" as = "script" > < link rel = "prefetch" href = "/assets/index.html-D2WI0AD-.js" as = "script" > < link rel = "prefetch" href = "/assets/works.html-ClPWTWbv.js" as = "script" >
2024-07-24 17:15:05 +03:00
< / head >
< body >
2024-08-07 11:48:54 +03:00
< div id = "app" > <!-- [ --> < div class = "vp-theme-container" data-v-056523ff > < main class = "page" data-v-056523ff > < div class = "theme-default-content" data-v-056523ff > < h1 data-v-056523ff > 404< / h1 > < blockquote data-v-056523ff > Верните страницу!< / blockquote > < a class = "route-link" href = "/" data-v-056523ff > Вернуться на главную< / a > < / div > < / main > < / div > <!-- [ --> <!-- --> <!-- ] --> <!-- ] --> < / div >
< script type = "module" src = "/assets/app-CICBSUru.js" defer > < / script >
2024-07-24 17:15:05 +03:00
< / body >
< / html >