1
0
Fork 0
nikhil.horse/error.html

15 lines
196 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>
<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>