-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (23 loc) · 810 Bytes
/
index.html
File metadata and controls
28 lines (23 loc) · 810 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
!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Web Portfolio of Marco</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./main.css">
</head>
<body>
<h1>Web Portfolio of Nihal</h1>
<h2>wellcome!!</h2>
<p>Thanks for stopping by.</p>
<p>This is my first web page and I am very exited to learn more</p>
<img src="img1.jpg" alt="Picture of me">
<h3>For more information</h3>
<button class="run-js-button">
Email Adress
</button>
<p>Nihal</p>
<script src="" async defer></script>
</body>
</html>