模板:广告:修订间差异

来自东方乐子维基
跳转到导航 跳转到搜索
IceBin留言 | 贡献
创建页面,内容为“<div class="ad-container" style="display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0;"> <div class="ad-content" style="max-width: 100%; max-height: 100%; width: auto; height: auto;"> <iframe src="http://127.0.0.1:8000/" frameborder="0" style="width: 100%; height: 100%;"> </iframe> </div> </div>”
 
IceBin留言 | 贡献
无编辑摘要
 
第1行: 第1行:
<div class="ad-container" style="display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0;">
<div class="ad-container" style="display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0;">
     <div class="ad-content" style="max-width: 100%; max-height: 100%; width: auto; height: auto;">
     <div class="ad-content" style="max-width: 100%; max-height: 100%; width: auto; height: auto;">
         <iframe src="http://127.0.0.1:8000/" frameborder="0" style="width: 100%; height: 100%;">  
         <iframe src="http://localhost:8000/" frameborder="0" style="width: 100%; height: 100%;">  
         </iframe>
         </iframe>
     </div>
     </div>
</div>
</div>

2025年1月30日 (四) 12:47的最新版本

       <iframe src="http://localhost:8000/" frameborder="0" style="width: 100%; height: 100%;"> 
       </iframe>