tvl-depot/users/glittershark/wigglydonke.rs/index.html
Griffin Smith 199738955c feat(wigglydonke.rs): Make image the width of the page
The default size is a little bit large

Change-Id: I9f7096cdf9f9ba8433e6ead6124bdc04fc88877b
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2043
Reviewed-by: glittershark <grfn@gws.fyi>
Tested-by: BuildkiteCI
2020-10-13 03:35:02 +00:00

16 lines
297 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Kids Love Wiggly Donkers!</title>
<style type="text/css">
#wiggly-donkers {
width: 100%;
}
</style>
</head>
<body>
<a href="https://tvl.fyi">
<img src="/wd.png" id="wiggly-donkers"/>
</a>
</body>
</html>