199738955c
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
16 lines
297 B
HTML
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>
|