-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (46 loc) · 2.27 KB
/
index.html
File metadata and controls
48 lines (46 loc) · 2.27 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<title>MERN Stack (Deprecated)</title>
<link rel="icon" type="image/png" href="mern-logo.png">
<style type="text/css">
body{
padding: 4rem 0;
font-size: 18px;
}
h5{
margin-bottom: 5rem;
}
</style>
</head>
<body>
<div class="container">
<div class="row justify-content-center">
<div class="col-10 col-md-7">
<h1>MERN Stack</h1>
<h5 class="text-muted">(⛔️ DEPRECATED)</h5>
<p>Hey there 👋,</p>
<p>Thanks for dropping by. MERN Stack is deprecated and is no longer actively maintained. Please refer to the <a href="https://github.com/hashnode/mern-starter/issues">open issues</a> and <a href="https://github.com/hashnode/mern-starter/pulls">open PRs</a> to find answers to your bugs or issues. We recommend using <a href="https://l.hshno.de/687b3">Next.js</a> for your React projects.</p>
<ul>
<li>MERN Starter (<a href="https://github.com/Hashnode/mern-starter">github</a>)</li>
<li>MERN Cli (<a href="https://github.com/Hashnode/mern-cli">github</a>)</li>
<li><a href="https://hashnode.com/n/mern">MERN Community on Hashnode</a></li>
<li><a href="https://twitter.com/mern_io">@mern_io</a></li>
</ul>
<p><a href="https://github.com/Hashnode/mern-starter/graphs/contributors">Thanks to all the contributors</a> who helped us sail the boat for more than three years.</p>
<p>❤️🚀</p>
</div>
</div>
</div>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-73850937-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-73850937-1');
</script>
</body>
</html>