20
example1/example-1-second.html
Normal file
20
example1/example-1-second.html
Normal file
@@ -0,0 +1,20 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<!--<script type="javascript" src="https://code.jquery.com/jquery-3.7.1.min.js" />-->
|
||||
<link rel="stylesheet" href="styles.css" />
|
||||
<meta charset="UTF-8" />
|
||||
<title>This is test 1</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>This is test 1</h1>
|
||||
<p>
|
||||
<ul>
|
||||
<li><a href="https://wikipedia.org">To Wikipedia</a></li>
|
||||
</ul>
|
||||
</p>
|
||||
<div class="buttons">
|
||||
<a href="example-1.html"><b><ul><li style="color:red;">Back to test1</li></ul></b></a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user