mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
remove html test
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user