-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (33 loc) · 803 Bytes
/
index.html
File metadata and controls
33 lines (33 loc) · 803 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
27
28
29
30
31
32
33
<!DOCTYPE html>
<html>
<head>
<link rel="Shortcut Icon" href="./image/favicon.ico" type="image/logo-icon" />
<title>Welcome</title>
<style>
body {
background-image: url("./image/bc.png")
}
h1 {
color: white;
}
p {
color: white;
}
a {
border: 5px solid #FF77C0;
border-radius: 8px;
font-size: 15px;
background: #FFA0FF;
padding:3px 15px;
text-decoration: none;
}
</style>
</head>
<body>
<h1>Welcome</h1>
<p>Welcome to sky390.github.io</p>
<a href="https://sky390.github.io/Blog/">Blog</a>
<a href="https://sky390.github.io/Download/">Download</a>
<a href="https://sky390.github.io/msdn/">msdn</a>
</body>
</html>