mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-14 01:31:57 +00:00
84270da643
Random code cleanup Remove borders in webui/two
14 lines
421 B
Plaintext
14 lines
421 B
Plaintext
<html>
|
|
<body style="border:0px;margin:0px;background-color:#303030">
|
|
<table style="spacing:0px;border:0px;padding:0px;width:100%;height:100%">
|
|
<tr height="100%">
|
|
<td>
|
|
<iframe style="border:0px;width:100%;height:100%;scroll:overflow" src="/enyo/"></iframe>
|
|
</td><td style="margin:0px;border:0">
|
|
<iframe style="border:0px;width:100%;height:100%;scroll:overflow" src="/enyo/#hex"></iframe>
|
|
<td>
|
|
<tr>
|
|
<table>
|
|
</body>
|
|
</html>
|