Skip to content

Commit

Permalink
tyboiler.cn网站
Browse files Browse the repository at this point in the history
  • Loading branch information
aerial1991 committed May 30, 2024
1 parent a66e019 commit 0d63987
Show file tree
Hide file tree
Showing 89 changed files with 10,457 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<title>Document</title>
</head>
<body>
<!-- 表格是用来展示数据的 -->
<table>
<tr><td>姓名</td> <td>性别</td> <td> 年龄 </td></tr>
<tr><td>刘德华</td> <td></td> <td> 56 </td></tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,10 @@ <h4>您喜欢的食物?</h4>
<p>123</p>
</li>
</ul>
<ul>
<li>fa</li>
<li>uck</li>
<li></li>
</ul>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<title>表单域(了解)</title>
</head>
<body>
<!-- 常见于注册页面 -->
<form action="demo.php" method="POST" name="name1">

</form>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
<option>山东</option>
<option>北京</option>
<option>天津</option>
<option>广东</option>
<option>月球</option>
<option>地球</option>
<option selected="selected">火星</option>
</select>
</form>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/* 选择器 {样式} */
/* 给谁改样式 { 改什么样式} */
p {
color: red;
color:red;
/* 修改了文字大小为12像素 */
font-size: 12px;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
div {
/* color: deeppink; */
/* color: #cc00ff; */
color: rgb(255, 0, 255);
color: rgb(75, 17, 62);
}
</style>
</head>
Expand Down
8 changes: 8 additions & 0 deletions HTML/tyboiler.cn/Error.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
文件下载网址 => 文件保存路径
http://tyboiler.cn/skin/images/ajaxloader.gif => D:\单页扒站小工具\tyboiler.cn\images\ajaxloader.gif
http://tyboiler.cn/static/images/yslbg3.gif => D:\单页扒站小工具\tyboiler.cn\images\yslbg3.gif
http://tyboiler.cn/static/images/yslbg1.gif => D:\单页扒站小工具\tyboiler.cn\images\yslbg1.gif
http://tyboiler.cn/skin/images/t-service.jpg => D:\单页扒站小工具\tyboiler.cn\images\t-service.jpg
http://tyboiler.cn/skin/images/jhuwabutvs.gif => D:\单页扒站小工具\tyboiler.cn\images\jhuwabutvs.gif
http://tyboiler.cn/static/images/yslbg2.gif => D:\单页扒站小工具\tyboiler.cn\images\yslbg2.gif
http://tyboiler.cn/skin/images/iconbg.gif => D:\单页扒站小工具\tyboiler.cn\images\iconbg.gif
764 changes: 764 additions & 0 deletions HTML/tyboiler.cn/Index.html

Large diffs are not rendered by default.

764 changes: 764 additions & 0 deletions HTML/tyboiler.cn/Index_2.html

Large diffs are not rendered by default.

Loading

0 comments on commit 0d63987

Please sign in to comment.