-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (26 loc) · 1008 Bytes
/
Copy pathindex.html
File metadata and controls
26 lines (26 loc) · 1008 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>welcome page</title>
</head>
<body>
<div lang="en-gb">
<p class="title">Welcome Page - dexnab.github.io</p>
<div class="description">
<p>This is the index page of my Github Pages. You can direct to pther parts of the webpage by the links below.</p>
<p>Github repo link: <a href="https://github.com/dexnab/dexnab.github.io">https://github.com/dexnab/dexnab.github.io</a></p>
</div>
<a class="sublink" href="rira/index.html" status="uc">RiRA</a>
</div>
<div lang="zh-cn">
<p class="title">欢迎页 - dexnab.github.io</p>
<div class="description">
<p>此处为博客主页。请通过下面的链接跳转到网站的其他部分。</p>
<p>Github 仓库链接:<a href="https://github.com/dexnab/dexnab.github.io">https://github.com/dexnab/dexnab.github.io</a></p>
</div>
<a class="sublink" href="rira/index.html" status="uc">RiRA</a>
</div>
<script src="common.js"></script>
</body>
</html>