-
Notifications
You must be signed in to change notification settings - Fork 4
/
404.html
104 lines (59 loc) · 2.93 KB
/
404.html
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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="generator" content="Hugo 0.53" />
<title>404 Page not found - Opinions and Best Practice from the Simple Injector Contributors</title>
<link rel="stylesheet" href="/css/Roboto.css">
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/strange-case.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<link href="" rel="alternate" type="application/rss+xml" title="Simple Injector Blog" />
</head>
<body class="scheme-darkbrown">
<div class="container-fluid">
<div class="row">
<div class="col-sm-4 col-md-3 col-lg-3 sidebar">
<div class="sidebar-content">
<a href=""><h1>Simple Injector Blog</h1></a>
<p>Opinions and Best Practice from the Simple Injector Contributors</p>
<ul class="sidebar-menus">
</ul>
<div class="sidebar-recent hidden-xs">
<p>Recent Posts:</p>
<ul>
<li><a href="/2020/12/the-tale-of-the-async-interfaces/">The Tale of the Async Interfaces</a></li>
<li><a href="/2020/06/simple-injector-v5/">Simple Injector v5 - Virus edition</a></li>
<li><a href="/2017/03/simple-injector-v4-has-been-released/">Simple Injector v4 has been released</a></li>
<li><a href="/2016/07/working-around-the-asp-net-core-di-abstraction/">Working around the ASP.NET Core DI abstraction</a></li>
<li><a href="/2016/06/whats-wrong-with-the-asp-net-core-di-abstraction/">What’s wrong with the ASP.NET Core DI abstraction?</a></li>
<li><a href="/2015/12/when-should-you-use-a-container/">When should you use a container?</a></li>
<li><a href="/2015/08/simple-injector-v3-is-here/">Simple Injector v3 is here!</a></li>
</ul>
</div>
<p class="copyright">© 2023. All rights reserved. </p>
<p class="attr">Powered by <a href="http://gohugo.io">Hugo</a> & <a href="https://github.com/ExchangeRate-API/strange-case">Strange Case</a> (inspired by <a href="https://github.com/poole/hyde">Hyde</a>).</p>
</div>
</div>
<div class="col-sm-7 col-sm-offset-4 col-md-6 col-md-offset-3 col-lg-5 col-lg-offset-3 content">
<div class="post">
<div class="post-heading">
<h1>404 Not Found</h1>
<p>Unfortunately we couldn't find the page you requested.</p>
<p><a href="">Return to Simple Injector Blog</a></p>
</div>
</div>
</div>
<div class="col-sm-1 col-md-3 col-md-4">
</div>
</div>
</div>
<script src="/js/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
</body>
</html>