-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (46 loc) · 1.07 KB
/
Copy pathindex.html
File metadata and controls
47 lines (46 loc) · 1.07 KB
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
<!DOCTYPE html>
<html>
<head>
<title>My personal website</title>
</head>
<body>
<div
style="
background-color: beige;
padding: 20px;
text-align: center;
font-size: 28px;
"
>
<p>My personal website</p>
</div>
<div style="padding: 50px">
<img
style="display: block; margin: auto"
src="https://pic1.zhimg.com/70/v2-bc4fc3ef3bb5ba9fbe118cae01dca633_1440w.awebp?source=172ae18b&biz_tag=Post"
alt="Avatar"
width="150px"
height="150px"
/>
</div>
<div
style="
background-color: beige;
max-width: 1000px;
margin: auto;
padding: 20px;
text-align: center;
"
>
<p>Hello</p>
<p>Welcome to my website</p>
<p>
It is pretty sketchy right now, but it is going to get awesome quickly!
</p>
</div>
<div style="color: gray; text-align: center">
<p>Find me at xxx</p>
<p>All rights reserved</p>
</div>
</body>
</html>