Skip to content

Commit 7cbea2a

Browse files
committed
404 updated!
1 parent 8f1f179 commit 7cbea2a

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

404.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,24 @@
2424
margin: 0;
2525
font-weight: 900;
2626
}
27+
a {
28+
display: inline-block;
29+
margin-top: 20px;
30+
padding: 10px 20px;
31+
background-color: #343a40;
32+
color: #f8f9fa;
33+
text-decoration: none;
34+
border-radius: 4px;
35+
}
36+
a:hover {
37+
background-color: #495057;
38+
}
2739
</style>
2840
</head>
2941
<body>
3042
<div class="container">
3143
<h1>404</h1>
44+
<a href="/">Return ⏎</a>
3245
</div>
3346
</body>
3447
</html>

drive/transcript.pdf

108 KB
Binary file not shown.

0 commit comments

Comments
 (0)