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" / >
2024-09-06 01:11:51 +03:00
< meta name = "generator" content = "VuePress 2.0.0-rc.15" / >
2024-07-24 17:15:05 +03:00
< style >
:root {
2024-09-06 01:11:51 +03:00
--vp-c-bg: #fff;
2024-07-24 17:15:05 +03:00
}
2024-09-06 01:11:51 +03:00
[data-theme='dark'] {
--vp-c-bg: #22272e;
2024-07-24 17:15:05 +03:00
}
html,
body {
2024-09-06 01:11:51 +03:00
background-color: var(--vp-c-bg);
2024-07-24 17:15:05 +03:00
}
< / style >
< script >
const userMode = localStorage.getItem('vuepress-color-scheme')
const systemDarkMode =
2024-09-06 01:11:51 +03:00
'matchMedia' in window
? window.matchMedia('(prefers-color-scheme: dark)').matches
: false
2024-07-24 17:15:05 +03:00
if (userMode === 'light') {
document.documentElement.dataset.theme = 'light'
} else if (userMode === 'dark' || systemDarkMode) {
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-09-06 01:11:51 +03:00
< link rel = "preload" href = "/assets/style-DOZUTAXU.css" as = "style" > < link rel = "stylesheet" href = "/assets/style-DOZUTAXU.css" >
< link rel = "modulepreload" href = "/assets/app-YqJ2N5FF.js" > < link rel = "modulepreload" href = "/assets/404.html-K48krAc8.js" >
< link rel = "prefetch" href = "/assets/index.html-D3SBAZ5R.js" as = "script" > < link rel = "prefetch" href = "/assets/works.html-DDM5nDLC.js" as = "script" > < link rel = "prefetch" href = "/assets/index.html-BCgSEOwK.js" as = "script" > < link rel = "prefetch" href = "/assets/works.html-EdO4hOM5.js" as = "script" >
2024-07-24 17:15:05 +03:00
< / head >
< body >
2024-09-06 01:11:51 +03:00
< div id = "app" > <!-- [ --> < div class = "vp-theme-container" vp-container data-v-1c3b23e8 > < main class = "page" data-v-1c3b23e8 > < div class = "theme-default-content" vp-content data-v-1c3b23e8 > < h1 data-v-1c3b23e8 > 404< / h1 > < blockquote data-v-1c3b23e8 > Мы потеряли страницу...< / blockquote > < a class = "route-link" href = "/" data-v-1c3b23e8 > Вернуться на главную< / a > < / div > < / main > < / div > <!-- [ --> <!-- --> <!-- ] --> <!-- ] --> < / div >
< script type = "module" src = "/assets/app-YqJ2N5FF.js" defer > < / script >
2024-07-24 17:15:05 +03:00
< / body >
< / html >