-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (32 loc) · 1.13 KB
/
Copy pathindex.html
File metadata and controls
33 lines (32 loc) · 1.13 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
<html>
<head><title> The Second Example: Method and Property</title>
<script>
<!--
document.write("Document URL : " + document.URL + "<br>");
document.write("Date of last modified :" + document.lastModified + "<br>");
document.write("Document Title: " + document.title + "<br>");
document.write("The background color is " + document.bgColor
+ " and the text color is " + document.fgColor);
document.fgColor = "yellow";
document.bgColor = "black";
//-->
</script>
<ul class="navbar">
<li><a href="index.html">首頁</a>
<li><a href="https://github.com/yllibliu/dma">Linux UIO Driver for AXI DMA</a>
<li><a href="test2.html">連接2</a>
<li><a href="test3.html">連接3</a>
</ul>
</head>
<body>
<h2> The Second Example: Method and Property </h2>
This page conclude all my works. If there's any problem,
feel free to ask any question.
The text and background color have been changed
because I modified the content of document.fgColor
and document.bgColor .
</body>
<br>
<br>
<iframe src="https://github.com/yllibliu/webpage_test/blob/master/Cream%20Clean%20Minimal%20Restaurant%20Menu.pdf" frameBorder="0" width="400" height="300"></iframe>
</html>