-
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) · 701 Bytes
/
index.html
File metadata and controls
28 lines (23 loc) · 701 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
<html>
<head>
<title>
My page Creator 10
</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>
Intro to html in github.
Step a foot and learn daily.
</h1>
<ol>
<li>GeeksForGeeks</li>
<li>Medium</li>
<li>WizardWorld</li>
</ol>
<li><a href="https://github.com">This is a link to GitHub!</a></li>
<li><a href="https://geekforgeeks.com">This is a link to geeksforgeeks</a></li>
<li><a href="https://Medium.com">This is a link to Medium</a></li>
<img src="https://octodex.github.com/images/vinyltocat.png">
</body>
</html>