-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
54 lines (41 loc) · 1.62 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no">
<link rel="shortcut icon" href="./res/images/logo.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="./css/common.css">
<!-- <script type="text/javascript" src="/js/messageBox.js"></script> -->
<title>VDLand</title>
</head>
<body>
<div class="content">
<h1>欢迎访问VDLand!</h1>
<h2>这是Vdeilae的个人网站。</h2>
<p>主页正在建设中...</p>
<div>
<p>实用工具官网链接:<br/>
<a href="https://www.blender.org/">blender软件(点此跳转)</a>.<br/>
<a href="https://hibitsoft.ir/Uninstaller.html">HiBit Uninstaller卸载软件(点此跳转)</a>.<br/>
<!-- <a href="https://github.com/Vdeilae">GitHub主页</a>.<br/> -->
</p>
</div>
<div>
<p>社交媒体链接:<br/>
<a href="https://space.bilibili.com/292076843">哔哩哔哩主页(点此跳转)</a>.<br/>
<a href="https://blog.csdn.net/qq_37371407">CSDN博客主页(点此跳转)</a>.<br/>
<a href="https://github.com/Vdeilae">GitHub主页(点此跳转)</a>.<br/>
</p>
</div>
<div>
<p>
<a>网站维护不易,赞助点吧,一分两分都是爱!付款时记得备注用于VDL网站维护。</a>
<a href="./sponsor.html">赞助链接(点此跳转)</a>
</p>
</div>
<div>
<a>联系方式:</a><br/>
<a>QQ:2294113085 微信:vdeilae 邮箱:[email protected] </a><br/>
</div>
</div>
</body>
</html>