模板:广告:修订间差异
跳转到导航
跳转到搜索
创建页面,内容为“<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>” |
无编辑摘要 |
||
第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:// | <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>