remove html test

This commit is contained in:
Will McGugan
2022-12-07 15:01:50 +00:00
parent 23c2c3edd3
commit a25a60efbf

View File

@@ -1,34 +0,0 @@
<html>
<head>
<style>
#outer {
visibility: visible;
background: red;
}
#inner {
visibility: visible;
}
</style>
</head>
<div id="outer">
<div>
<div id="inner">
Hello, World
</div>
</div>
</div>
</html>