We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f1f179 commit 7cbea2aCopy full SHA for 7cbea2a
2 files changed
404.html
@@ -24,11 +24,24 @@
24
margin: 0;
25
font-weight: 900;
26
}
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
39
</style>
40
</head>
41
<body>
42
<div class="container">
43
<h1>404</h1>
44
+ <a href="/">Return ⏎</a>
45
</div>
46
</body>
47
</html>
drive/transcript.pdf
108 KB
0 commit comments