-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (29 loc) · 1.13 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="./styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Anybody&family=Roboto:wght@700&display=swap" rel="stylesheet">
<title>myweb</title>
</head>
<body>
<h1 id="header-one">Hello World</h1>
<div class="main-header">
<h3>welcome to space</h3>
</div>
<div id="main-text">
<p>my name is douglas, i'm testing my newly learned knowledge in html and css</p>
<p>for that I made this beautiful simple web page to be able to practice</p>
<p>I will leave contact information below for feedbacks</p>
</div>
<div class="text-social">
<ul>
<li>
<p>social media</p>
<a href="https://www.instagram.com/_douglas.arthur/" target="_blank" >instagram</a>
</li>
</ul>
</div>
</body>
</html>