-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
83 lines (53 loc) · 2.31 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Xinyu Feng</title>
<meta name="description" content="Xinyu Feng's personal webpage" />
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="">
<link href='https://fonts.googleapis.com/css?family=Montserrat:700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Radley:400,400italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="css1/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css1/style.css">
</head>
<body>
<header class="header-block row">
<div class="blog-title">
<h1>Hey.</h1>
</div>
</header>
<section class="post-list post-content">
<div class="post-data" style="overflow-wrap: normal;">
<p><img src="lookback.png" style="width:50%;" /></p>
<p class="description">
Row, row, row your boat, <br>
Gently down the stream. <br>
Merrily, merrily, merrily, merrily, <br>
<a href="https://www.youtube.com/watch?v=TdVM-6ILous">Life is but a dream.</a>
</p>
</div>
</section>
<section class="footer">
<div class="footer-inner row">
<div class="col-md-12" style="margin-top:-2.5vh;">
<a href="index.html">home </a>
<a href="">today's special</a>
<a href="contact.html">(unveil the curtain, and - tada!) "the one behind it all"</a>
<a href="./birthday/birthday.html">birthday project</a>
<a href="./vtb/asuka_main.html">vtb-align project</a>
</div>
</div>
</section>
<section class="copyright">© 2023</section>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script type="text/javascript" src="js/jquery-1.12.0.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<script type="text/javascript" src="js/jquery.fitvids.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>