-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (44 loc) · 1.41 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<title>Yan's Blog</title>
<meta charset="UTF-8">
<meta name="description" content="Yan's Blog, and some CS Work">
<meta name="keywords" content="Yan, LIS, ">
<!--meta http-equiv="refresh" content="30"-->
<meta name="author" content="Yan">
<link rel="stylesheet" href="styles.css">
<meta name="google-site-verification" content="AOS9NEWV298khWjJ6qSkbUHX-nwVmDsQwlyJ_t_aXuA" />
<meta name="baidu-site-verification" content="3g6MDX9HrJ" />
</head>
<body>
<?php include_once("analyticstracking.php") ?>
<header>
<h1>Yan's Blog</h1>
<p><a href="https://github.com/yanmo96" target="_blank">My GitHub Profile</a></p>
</header>
<!--p><b>Hi <br>this is my first blog</b></p>
<hr-->
<nav>
<h2> Computer Algorithmic: </h2>
<ul>
<li><a href="ComputerAlgorithmic/LIS.html" target="_blank">Longest Insequence Subsequence</a></li>
<!--<iframe src="ComputerAlgorithmic/LIS.html" height="150" width="500"></iframe> -->
<!--iframe src="ComputerAlgorithmic/LIS.html"></iframe-->
</ul>
</nav>
<article
<p><iframe src="ComputerAlgorithmic/LIS.html" name="iframe_a" height="400px" width="95%"></iframe></p>
</article>
<!--
<p>The pre tag preserves both spaces and line breaks:</p>
<pre>
My Bonnie lies over the ocean.
My Bonnie lies over the sea.
</pre>
-->
<footer>
<p><h5>Copyright © Yan</h5></p>
</footer>
</body>
</html>