2024-06-13 02:33:15 +00:00
<!doctype html> < html lang = en > < head > < meta charset = utf-8 > < meta name = viewport content = "width=device-width,initial-scale=1" > < meta http-equiv = Content-Language content = "en" > < meta name = color-scheme content = "light dark" > < meta name = author content = "Eric Liu" > < meta name = description content = "Eric Liu's personal website" > < meta name = keywords content = "blog,developer,personal" > < meta name = twitter:card content = "summary" > < meta name = twitter:title content = "404 Page not found" > < meta name = twitter:description content = "Eric Liu's personal website" > < meta property = "og:url" content = "/404.html" > < meta property = "og:site_name" content = "Eric's Personal Page" > < meta property = "og:title" content = "404 Page not found" > < meta property = "og:description" content = "Eric Liu's personal website" > < meta property = "og:locale" content = "en" > < meta property = "og:type" content = "website" > < title > Eric's Personal Page< / title >
2024-07-03 21:31:02 +00:00
< link rel = canonical href = /404.html > < link rel = preload href = "/fonts/forkawesome-webfont.woff2?v=1.2.0" as = font type = font/woff2 crossorigin > < link rel = stylesheet href = /css/coder.min.728f45c9eaff821acb9cccdb60c81cf16be81bd890ee22cc5b5f4dbf276a082f.css integrity = "sha256-co9Fyer/ghrLnMzbYMgc8WvoG9iQ7iLMW19NvydqCC8=" crossorigin = anonymous media = screen > < link rel = stylesheet href = /css/coder-dark.min.aa883b9ce35a8ff4a2a5008619005175e842bb18a8a9f9cc2bbcf44dab2d91fa.css integrity = "sha256-qog7nONaj/SipQCGGQBRdehCuxioqfnMK7z0Tastkfo=" crossorigin = anonymous media = screen > < link rel = icon type = image/png href = /images/favicon-32x32.png sizes = 32x32 > < link rel = icon type = image/png href = /images/favicon-16x16.png sizes = 16x16 > < link rel = apple-touch-icon href = /images/apple-touch-icon.png > < link rel = apple-touch-icon sizes = 180x180 href = /images/apple-touch-icon.png > < meta name = generator content = "Hugo 0.128.1" > < / head > < body class = "preload-transitions colorscheme-auto" > < div class = float-container > < a id = dark-mode-toggle class = colorscheme-toggle > < i class = "fa fa-adjust fa-fw" aria-hidden = true > < / i > < / a > < / div > < main class = wrapper > < nav class = navigation > < section class = container > < a class = navigation-title href = / > Eric's Personal Page
2024-06-13 02:33:15 +00:00
< / a > < input type = checkbox id = menu-toggle >
2024-07-03 21:31:02 +00:00
< label class = "menu-button float-right" for = menu-toggle > < i class = "fa fa-bars fa-fw" aria-hidden = true > < / i > < / label > < ul class = navigation-list > < li class = navigation-item > < a class = navigation-link href = /posts/ > Posts< / a > < / li > < li class = navigation-item > < a class = navigation-link href = https://chat.ericxliu.me > Chat< / a > < / li > < li class = navigation-item > < a class = navigation-link href = https://git.ericxliu.me/user/oauth2/Authenitk > Git< / a > < / li > < li class = navigation-item > < a class = navigation-link href = https://coder.ericxliu.me/api/v2/users/oidc/callback > Coder< / a > < / li > < li class = navigation-item > < a class = navigation-link href = https://rss.ericxliu.me/oauth2/oidc/redirect > RSS< / a > < / li > < li class = navigation-item > < a class = navigation-link href = / > |< / a > < / li > < li class = navigation-item > < a class = navigation-link href = https://sso.ericxliu.me > Sign in< / a > < / li > < / ul > < / section > < / nav > < div class = content > < section class = "container centered" > < div class = error > < h1 > 404< / h1 > < h2 > Page Not Found< / h2 > < p > Sorry, this page does not exist.< br > You can head back to < a href = / > homepage< / a > .< / p > < / div > < / section > < / div > < footer class = footer > < section class = container > ©
2024-06-13 02:33:15 +00:00
2016 -
2024
Eric Liu
[commit]< / section > < / footer > < / main > < script src = /js/coder.min.cb0c595e02234420f3ad3886bf4a9bd2874d0e1e78e090138a9ef158b35aaf17.js integrity = "sha256-ywxZXgIjRCDzrTiGv0qb0odNDh544JATip7xWLNarxc=" > < / script > < / body > < / html >