-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
91 lines (88 loc) · 4.3 KB
/
index.html
File metadata and controls
91 lines (88 loc) · 4.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style>
#box{
color:blue;
}
</style>
<title>
好玄的个人网站
</title>
</head>
<body>
<h1 style="color: blue;background-color: yellow;">留学美国</h1>
<hr>
<script>
alert("Hello Javascipt!");
</script>
<p>
<form method="post" action="URL">
用户名:<input type="text" name="username"><br>
密之码:<input type="password" name="pwd">
</form>
</p>
<hr>
<p>崔兴好</p>
<form name="hello">try form</form>
<div id="box">如何在github的静态网页基础上创建可以交互的动态网站呢?</div>
<p>
<a href="https://www.xueyinonline.com/" target=“_blank">学银在线</a>————这个慕课网站上浏览学习。<br>
<a href="http://www.xuetangx.com/" target="_blank">学堂在线</a>————这个清华大学慕课网站上浏览学习。<br>
<a href="https://www.imooc.com/" target="_blank">慕课网</a>————这个慕课网站上浏览学习。<br>
<a href="https://www.zhihuishu.com/" target="_blank">智慧树</a>————智慧树慕课网站上浏览学习。<br>
<i>
2023-12-20
</i>
我经常在<a href="https://github.com/" target=“_blank">github</a>源码托管<br>
<a href="https://www.deepseek.com/" target=“_blank">deepseek</a>人工智能<br>
<a href="https://ima.qq.com/" target=“_blank">ima</a>人工智能<br>
<a href="https://www.doubao.com/chat/" target=“_blank">豆包</a>人工智能<br>
<a href="https://yuanbao.tencent.com/chat" target=“_blank">元宝</a>AI<br>
<a href="https://wx.qq.com/" target=“_blank">微信网页版</a><br>
<a href="https://4fb.cn/" target=“_blank">4fb</a>软件分享<br>
<a href="https://www.bilibili.com/" target="_blank">哔哩哔哩</a>————这个网站上视频浏览。<br>
<a href="https://www.2345.com/?k77871" target="_blank">2345</a>————这个网站上浏览。<br>
</p>
<time datetime="2023-12-20T20:38:20">我的生活与工作时间表</time>
<img src="language\basic\basic.jpg" alt="qbasic教材封面" title="试试我呀!">
<footer>
<section>
<address>
<a title="作者:崔兴好" href="https://loveisbelief.github.io/">崔兴好 手机15298371520 QQ379340152</a>
<a href="http://www.w3.org/">W3C</a><br>
<a href="http://www.whatwg.org/">WHATWG</a><br>
<a href="https://www.w3school.com.cn/index.html">w3school</a>
<a href="https://developer.mozilla.org/zh-CN/">MDN Web Docs</a>
<br>
<a href="http://www.mhtml5.com/"><s>HTML5研究小组</s>(这个小组的网站已经关闭。)</a><br>
<a href="/language/html/cosmo.html">太阳系运行图</a>
<a href="https://learnenglish.britishcouncil.org/skills/listening/a1-listening">英语听力</a>
<a href="./engineer/computer/computer.html">计算机科学与技术</a>
我的网站:<table>
<tr>
<td>
<a href="https://gitee.com/loveisbelief/" target="_blank">https://gitee.com/loveisbelief/</a>
</td>
<td>
<a href="https://www.gnu.org/" target="_blank">https://www.gnu.org/</a>
</td>
<td>
<a href="http://loveisbelief.tttttttttt.top/index2.html" target="_blank">http://loveisbelief.tttttttttt.top/index2.html网站的文档按优先顺序为index.php、index.html、index.htm、index2.html。</a>
</td>
</tr>
<tr>
<td>
<a href="http://loveisbelief.free3v.work/" target="_blank">http://loveisbelief.free3v.work/必须把网站的首页文件命名为index.html或index.asp,并上传到根目录。</a>
</td>
<td>
<a href="http://loveisbelief.ccccocccc.cc/" target="_blank">http://loveisbelief.ccccocccc.cc/是免费PHP和MySQL托管。</a>
</td>
</tr>
</table>
</address>
</section>
</footer>
</body>
</html>