1
0
Fork 0

Use correct html

This commit is contained in:
Andrew Tomaka 2020-12-14 13:42:08 -05:00
parent 468973adc7
commit 1dea16eea3
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE

View file

@ -1,11 +1,13 @@
<html> <html>
<head>Nayyyyyyyyyy</head> <head>
<style> <title>Nayyyyyyyyyy</title>
<style>
img { img {
width: 100%; width: 100%;
height: auto; height: auto;
} }
</style> </style>
</head>
<body> <body>
<img src="images/error.jpg" alt="error" /> <img src="images/error.jpg" alt="error" />
</body> </body>