-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (29 loc) · 1.48 KB
/
index.html
File metadata and controls
29 lines (29 loc) · 1.48 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
<!DOCTYPE html>
<html>
<html lang="en-US">
<head>
<title>MyHTML</title>
<meta charset="utf-8">
<!-- Mobile-first styles -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- Fix for Uncaught ReferenceError: Popper is not defined #incl before js file-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.6/umd/popper.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js"></script>
</head>
<body>
<h1 class="mast1">HELLO THERE!</h1>
<p class="intro">I was just starting up to this free world of programming</p><br /><hr />
<ul style="list-style-type:none">
<li><a href="https://www.facebook.com/lijindaniel.joseph" target="_blank" class="fa fa-facebook" style="font-size:36px;"></a></li>
<li><a href="https://www.github.com/lijindanieljoseph" target="_blank" class="fa fa-github" style="font-size:36px;"></a></li>
</ul>
<body>
</html>