- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
Latest commit
170 lines (159 loc) · 13.1 KB
/
Copy path404.html
File metadata and controls
170 lines (159 loc) · 13.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<!DOCTYPE html>
<htmldir="ltr" prefix="og: http://ogp.me/ns#">
<head>
<metacharset="UTF-8"/>
<metaproperty="og:type" content="website"/>
<metaproperty="og:title" content="404 not found"/>
<metaproperty="og:description" content="I probably made a mistake."/>
<metaproperty="og:image" content="https://ameling.dev/res/img/404.png"/>
<metaproperty="og:url" content="https://ameling.dev/404.html"/>
<metaname="twitter:card" content="summary_large_image">
<metaname="twitter:image:alt" content="404 not found. I probably made a mistake."/>
<metaname="robots" content="noindex">
<metaname="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>Wesley Ameling</title>
<linktype="text/css" rel="stylesheet" href="/res/css/layout.css" />
<linktype="text/css" rel="stylesheet" href="/res/css/page-layouts/centered-component.css" />
<linktype="text/css" rel="stylesheet" href="/res/css/pages/404.css" />
<linktype="text/css" rel="stylesheet" href="/res/css/syntax-light.css" />
<linktype="text/css" rel="stylesheet" href="/res/css/syntax-dark.css" />
<linkrel="apple-touch-icon" sizes="180x180" href="/res/favicon/apple-touch-icon.png">
<linkrel="icon" type="image/png" sizes="32x32" href="/res/favicon/favicon-32x32.png">
<linkrel="icon" type="image/png" sizes="16x16" href="/res/favicon/favicon-16x16.png">
<linkrel="manifest" href="/res/site.webmanifest">
<linkhref="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<scripttype="text/javascript" src="/res/js/generic.js" defer></script>
<scripttype="text/javascript" src="/res/js/terminal.js" defer></script>
<scripttype="text/javascript" src="/res/js/nav.js" defer></script>
<scripttype="text/javascript" src="/res/js/theme-switcher.js" defer></script>
</head>
<body>
<headerclass="enable-js">
<divclass="stx-dark icon-font">
<iclass="fa fa-sun-o"></i>
</div>
</header>
<inputtype="checkbox" class="css-button-action-hack" id="nav-button"/>
<labelfor="nav-button" class="floating-nav-button stx-dark">
<spanclass="icon-font no-select stx-cnst">~</span>
</label>
<navclass="stx-light back">
<ul>
<liclass="no-select current-path"><spanclass="stx-cnst">~</span><spanclass="stx-path">/404</span></li>
<li><ahref="/index.html"><spanclass="stx-cnst">~</span></a></li>
<li><ahref="/blog.html"><spanclass="stx-cnst">~</span><spanclass="stx-path">/Blog</span></a></li>
<li><ahref="/career.html"><spanclass="stx-cnst">~</span><spanclass="stx-path">/Career</span></a></li>
<li><ahref="/contact.html"><spanclass="stx-cnst">~</span><spanclass="stx-path">/Contact</span></a></li>
</ul>
</nav>
<mainclass="stx-dark back centered-component">
<pre>
<spanclass="info">info</span>: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[3]
Route matched with {action = "Get", controller = "StaticFrontend"}. Executing controller action with signature System.Threading.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Get() on controller AmelingDev.Controllers.StaticFrontendController (AmelingDev).
at AmelingDev.Controllers.StaticFrontendController.Get() in /home/dev/web/AmelingDev/Controllers/StaticFrontendController.cs:line 30
<spanclass="info">info</span>: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[2]
Executed action AmelingDev.Controllers.StaticFrontendController.Get (AmelingDev) in 9086.631300000001ms
<spanclass="info">info</span>: Microsoft.AspNetCore.Routing.EndpointMiddleware[1]
Executed endpoint 'AmelingDev.Controllers.StaticFrontendController.Get (AmelingDev)'
<spanclass="fail">fail</span>: Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware[1]
An unhandled exception has occurred while executing the request.
System.IO.FileNotFoundException: Unable to find the specified file.
at AmelingDev.Controllers.StaticFrontendController.Get() in /home/dev/web/AmelingDev/Controllers/StaticFrontendController.cs:line 30
at lambda_method(Closure , Object , Object[] )
at Microsoft.Extensions.Internal.ObjectMethodExecutor.Execute(Object target, Object[] parameters)
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location where exception was thrown ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
--- End of stack trace from previous location where exception was thrown ---
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeFilterPipelineAsync>g__Awaited|19_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Logged|17_1(ResourceInvoker invoker)
at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context)
<spanclass="info">info</span>: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/2 GET <spanclass="link">https://ameling.dev/res/css/layout.css</span>
<spanclass="info">info</span>: Microsoft.AspNetCore.Routing.EndpointMiddleware[0]
Executing endpoint 'AmelingDev.Controllers.StaticFrontendController.Get (AmelingDev)'
<spanclass="info">info</span>: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[3]
Route matched with {action = "Get", controller = "StaticFrontend"}. Executing controller action with signature System.Threading.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Get() on controller AmelingDev.Controllers.StaticFrontendController (AmelingDev).
<spanclass="info">info</span>: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[2]
Executed action AmelingDev.Controllers.StaticFrontendController.Get (AmelingDev) in 4.6665ms
<spanclass="info">info</span>: Microsoft.AspNetCore.Routing.EndpointMiddleware[1]
Executed endpoint 'AmelingDev.Controllers.StaticFrontendController.Get (AmelingDev)'
<spanclass="info">info</span>: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished in 25.7226ms 200 text/css; charset=utf-8
<spanclass="info">info</span>: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/2 GET <spanclass="link">https://ameling.dev/res/css/page-layouts/centered-component.css</span>
<spanclass="info">info</span>: Microsoft.AspNetCore.Routing.EndpointMiddleware[0]
Executing endpoint 'AmelingDev.Controllers.StaticFrontendController.Get (AmelingDev)'
<spanclass="info">info</span>: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[3]
Route matched with {action = "Get", controller = "StaticFrontend"}. Executing controller action with signature System.Threading.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Get() on controller AmelingDev.Controllers.StaticFrontendController (AmelingDev).
<spanclass="info">info</span>: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[2]
Executed action AmelingDev.Controllers.StaticFrontendController.Get (AmelingDev) in 4.6665ms
<spanclass="info">info</span>: Microsoft.AspNetCore.Routing.EndpointMiddleware[1]
Executed endpoint 'AmelingDev.Controllers.StaticFrontendController.Get (AmelingDev)'
<spanclass="info">info</span>: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished in 25.7226ms 200 text/css; charset=utf-8
<spanclass="info">info</span>: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/2 GET <spanclass="link">https://ameling.dev/res/css/pages/404.css</span>
<spanclass="info">info</span>: Microsoft.AspNetCore.Routing.EndpointMiddleware[0]
Executing endpoint 'AmelingDev.Controllers.StaticFrontendController.Get (AmelingDev)'
<spanclass="info">info</span>: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[3]
Route matched with {action = "Get", controller = "StaticFrontend"}. Executing controller action with signature System.Threading.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Get() on controller AmelingDev.Controllers.StaticFrontendController (AmelingDev).
<spanclass="info">info</span>: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[2]
Executed action AmelingDev.Controllers.StaticFrontendController.Get (AmelingDev) in 4.6665ms
<spanclass="info">info</span>: Microsoft.AspNetCore.Routing.EndpointMiddleware[1]
Executed endpoint 'AmelingDev.Controllers.StaticFrontendController.Get (AmelingDev)'
<spanclass="info">info</span>: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished in 25.7226ms 200 text/css; charset=utf-8
<spanclass="info">info</span>: Microsoft.AspNetCore.Hosting.Diagnostics[1]
Request starting HTTP/2 GET <spanclass="link">https://ameling.dev/res/css/syntax-light.css</span>
<spanclass="info">info</span>: Microsoft.AspNetCore.Routing.EndpointMiddleware[0]
Executing endpoint 'AmelingDev.Controllers.StaticFrontendController.Get (AmelingDev)'
<spanclass="info">info</span>: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[3]
Route matched with {action = "Get", controller = "StaticFrontend"}. Executing controller action with signature System.Threading.Task`1[Microsoft.AspNetCore.Mvc.IActionResult] Get() on controller AmelingDev.Controllers.StaticFrontendController (AmelingDev).
<spanclass="info">info</span>: Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker[2]
Executed action AmelingDev.Controllers.StaticFrontendController.Get (AmelingDev) in 4.6665ms
<spanclass="info">info</span>: Microsoft.AspNetCore.Routing.EndpointMiddleware[1]
Executed endpoint 'AmelingDev.Controllers.StaticFrontendController.Get (AmelingDev)'
<spanclass="info">info</span>: Microsoft.AspNetCore.Hosting.Diagnostics[2]
Request finished in 25.7226ms 200 text/css; charset=utf-8
</pre>
<divclass="back-opacity flex flex-rows scalable-font">
<h1class="my-0 top-header">4<spanclass="stx-cnst">0</span>4</h1>
<h1class="my-0 middle-header">not found</h1>
<h1class="my-0 bottom-header">I probably made a mistake</h1>
</div>
</main>
<footerclass="stx-dark">
<divclass="back-opacity-med copyright sticky-bottom scalable-font">
<span>Copyright © <spanid="copyright-year">2020</span> Wesley Ameling</span>
</div>
<divclass="socials-container sticky-bottom">
<svgid="logo" viewBox="0 0 102.71 115.5" xmlns="http://www.w3.org/2000/svg" class="no-pointer-events">
<defs>
<style>.b{fill:none;}.b,.a{stroke:#fff;}.a{fill:#404040;}</style>
</defs>
<g>
<pathclass="a" id="logo-path-a" d="M.5,1.26c.64,65,3.31,67.79,6.58,68,4,.21,8.44-33.77,12.76-33.38,4.15.38,2.68,34,6.21,34.38,3.05.35,6.07-4.85,17.46-69.46"/>
<pathclass="b" id="logo-path-b" d="M24.34,48.31c56.28-20.66,73.92-14.16,77.22-.94,5.43,21.77-24.47,75.88-37.83,66.56C47.77,102.8,55,.81,50.6.5c-2.35-.17-2.13,29-14.18,51.56C31.5,61.28,26,66.64,21.71,69.87"/>
</g>
</svg>
<ahref="https://github.com/EngineerCoding" class="social-logo github" target="_blank" rel="noopener">
<iclass="fa fa-github"></i>
</a>
<ahref="https://www.linkedin.com/in/wesley-ameling/" class="social-logo linkedin" target="_blank" rel="noopener">
<iclass="fa fa-linkedin-square"></i>
</a>
</div>
</footer>
<script>
document.getElementById("copyright-year").innerText=(newDate()).getFullYear();
</script>
</body>
</html>