1
0
Fork 0
nikhil.horse/error.html

16 lines
259 B
HTML
Raw Normal View History

2020-12-14 13:33:37 -05:00
<html>
2020-12-14 13:42:08 -05:00
<head>
<title>Nayyyyyyyyyy</title>
2020-12-14 14:09:49 -05:00
<link href="favicon.ico" rel="icon" type="image/x-icon" />
2020-12-14 13:42:08 -05:00
<style>
2020-12-14 13:33:37 -05:00
img {
width: 100%;
height: auto;
}
2020-12-14 13:42:08 -05:00
</style>
</head>
2020-12-14 13:33:37 -05:00
<body>
<img src="images/error.jpg" alt="error" />
</body>
</html>